Skip to content

Commit

Permalink
Fix coverage measurement.
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Nov 9, 2015
1 parent 0e84d24 commit 64ffdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ install:
- pip install -r dev_requirements.txt
- pip install coveralls
script:
py.test --cov-report term-missing --cov=modbus -v tests/
py.test --cov-report term-missing --cov=umodbus -v tests/
after_success:
coveralls

0 comments on commit 64ffdd5

Please sign in to comment.