Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
restran committed May 28, 2017
1 parent 51eea46 commit 7894371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ before_script:
script:
# - python -m unittest discover -s fomalhaut -p "*_test.py"
- coverage run -p --source=fomalhaut -m unittest discover -s fomalhaut -p "test_*.py"

after_success:
- coverage run -p -m fomalhaut.tests.stop_server
- coverage combine
- coverage report
- coveralls

after_success:
coveralls

0 comments on commit 7894371

Please sign in to comment.