Skip to content

Commit 6bf7718

Browse files
committed
Correct travis coverage reporting
1 parent 9d0e8ab commit 6bf7718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ script:
1919
- |
2020
find -name "*.s" | tee BUILD/badasm | sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
2121
- make -C events/equeue test clean
22-
- PYTHONPATH=. coverage run -m pytest tools/test
23-
- coverage run tools/test/pylint.py
24-
- coverage run tools/project.py -S
25-
- coverage run tools/build_travis.py
22+
- PYTHONPATH=. coverage run -a -m pytest tools/test
23+
- python2 tools/test/pylint.py
24+
- coverage run -a tools/project.py -S
25+
- python2 tools/build_travis.py
2626
- coverage html
2727
after_success:
2828
- coveralls

0 commit comments

Comments
 (0)