Skip to content

Commit 419bf5c

Browse files
committed
Added Coveralls support
1 parent ecd1f5d commit 419bf5c

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: python
22

3-
matrix:
4-
include:
5-
- os: linux
6-
python: 2.7
7-
env: TOXENV=py27
8-
- os: linux
9-
python: 3.4
10-
env: TOXENV=py34
11-
- os: linux
12-
python: 3.5
13-
env: TOXENV=py35
3+
python:
4+
- "2.7"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
148

159
install:
1610
- pip install -r requirements/dev.txt
11+
- pip install tox-travis
1712

1813
script:
1914
- tox
15+
- coverage run --source icon-font-to-png -m py.test
16+
- coverage report -m
17+
18+
after_success:
19+
- coveralls

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
check-manifest>=0.34
44
coverage>=4.3.1
5+
coveralls>=1.1
56
flake8>=3.2.1
67
flaky>=3.3.0
78
pypandoc>=1.3.3

0 commit comments

Comments
 (0)