Skip to content

Commit acd5448

Browse files
authored
Merge pull request #136 from hugovk/update-coverage
Update coverage command
2 parents 78b93f2 + ef206ca commit acd5448

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ sudo: false
44

55
python:
66
- 2.7
7-
- 2.6
87
- 3.6
98
- 3.5
109
- 3.4
1110
- 3.3
12-
- 3.2
1311
- pypy3
1412
- pypy
1513

@@ -27,8 +25,8 @@ install:
2725
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then travis_retry pip install unittest2; fi
2826

2927
script:
30-
- coverage run --source scripts/gpo_member_photos.py test/test_gpo_member_photos.py
31-
- python scripts/missing.py
28+
- coverage run --append --source scripts test/test_gpo_member_photos.py
29+
- coverage run --append --source scripts scripts/missing.py
3230

3331
after_success:
3432
- coverage report
@@ -39,6 +37,3 @@ after_success:
3937

4038
matrix:
4139
fast_finish: true
42-
allow_failures:
43-
- python: 2.6
44-
- python: 3.2

0 commit comments

Comments
 (0)