Skip to content

Commit

Permalink
Coveralls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-you committed Mar 11, 2016
1 parent 078117f commit 3ef9862
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 @@ -6,7 +6,7 @@ install:
- pip install -r solver/requirements.txt
- pip install coveralls

script: nosetests --with-coverage --cover-erase --cover-package=simplex_networks,hpa_utilities --nocapture --verbosity 2 --no-byte-compile --process-timeout=3
script: nosetests --with-coverage --cover-erase --cover-package=solver --nocapture --verbosity 2 --no-byte-compile --process-timeout=3

after_success:
coveralls

0 comments on commit 3ef9862

Please sign in to comment.