Skip to content

Commit

Permalink
fix coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed May 27, 2020
1 parent ededd21 commit 5d403c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
install:
- pip install -r requirements.txt
- pip install pytest-cov
- pip install coveralls
- pip install .

script:
Expand All @@ -20,6 +21,6 @@ script:
- wget -i ../bc.list
- for a in *txz ; do tar xfJ $a ; done
- cd ..
- pytest --cov -s
- pytest --cov=py/ -s

after_success: coveralls

0 comments on commit 5d403c9

Please sign in to comment.