Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Dec 27, 2014
1 parent b8e4245 commit 5945035
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 @@ -11,7 +11,7 @@ install:
- pip install --allow-all-external -r requirements.txt
- pip install coveralls
script:
coverage run python setup.py test
coverage run setup.py test
after_success:
- coverage combine
- coveralls

0 comments on commit 5945035

Please sign in to comment.