Skip to content

Commit

Permalink
Correct coveralls in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherjimmy committed Oct 5, 2017
1 parent b7ef19a commit 87822c7
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 @@ -6,11 +6,11 @@ python:

install:
- pip install coverage
- pip install coveralls
- pip install prettytable

script: python setup.py test
script: coverage run setup.py test

after_success:
- coverage run setup.py test
- coverage html
- coveralls

0 comments on commit 87822c7

Please sign in to comment.