Skip to content

Commit

Permalink
Install coveralls before calling it
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 28, 2017
1 parent c5461d3 commit 9e115b2
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
@@ -20,7 +20,7 @@ install:
script: nosetests --with-coverage --cover-package=twitter

after_success:
- coveralls
- pip install coveralls && coveralls
- pip install pep8 pyflakes
- pep8 twitter/*.py
- pyflakes twitter/*.py

0 comments on commit 9e115b2

Please sign in to comment.