Skip to content

Commit

Permalink
Fix Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Mar 18, 2017
1 parent 93680a6 commit 7c18ebf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: python
python:
- "3.6"
install: pip install tox-travis
install: pip install tox-travis coveralls
script: tox
after_success:
- coveralls
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ deps =
pytest-mypy
pytest-pylint
pytest-cov
python-coveralls

0 comments on commit 7c18ebf

Please sign in to comment.