Skip to content

Commit

Permalink
Fixing coveralls installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pykler committed Mar 2, 2018
1 parent 9173548 commit ba54a7d
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 @@ -8,7 +8,7 @@ install:
- "make deps"
- "make install"
before_script:
- "pip install python-coveralls --use-mirrors"
- "pip install coveralls"
script: "make test"
after_success:
- "coveralls"

0 comments on commit ba54a7d

Please sign in to comment.