Skip to content

Commit

Permalink
test using coveralls-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaney authored and btb committed Dec 18, 2018
1 parent 34b2acb commit 7638ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ before_script:
- pip install -e .
- pip install pycodestyle
- pip install nose2
- pip install coverage>=4.4.2
- pip install coverage
- pip install commonconf
- pip install python-coveralls
- pip install coveralls
script:
- pycodestyle uw_r25/
- coverage run --source=uw_r25 uw_r25/test.py -v
Expand Down

0 comments on commit 7638ce2

Please sign in to comment.