Skip to content

Commit

Permalink
FIX: coveralls in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moguf committed Aug 24, 2016
1 parent e29571c commit 1cab45d
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 @@ -3,7 +3,7 @@ python:
- "3.5"
install:
- pip install -r requirements.txt
- pip install -r coveralls
- pip install coveralls
script:
coverage run --source=cafepy setup.py test
after_success:
Expand Down

0 comments on commit 1cab45d

Please sign in to comment.