Skip to content

Commit

Permalink
Explicitly install coveralls on travis
Browse files Browse the repository at this point in the history
No idea why this is necessary now or why it worked before...
  • Loading branch information
Javex committed Feb 15, 2015
1 parent 090b3cf commit bb6ae33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ python:
install:
- python setup.py install
- pip install -r tests_require.txt
- pip install python-coveralls
script:
- python setup.py test
after_success:
Expand Down

0 comments on commit bb6ae33

Please sign in to comment.