Skip to content

Commit

Permalink
Enable coveralls reports on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Doglio authored and Dexterp37 committed Aug 14, 2017
1 parent 8684285 commit 66e8bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -22,3 +22,5 @@ install:
- pip install -r test_requirements.txt
script:
- py.test --cov taar tests
after_success:
- coveralls
1 change: 1 addition & 0 deletions test_requirements.txt
Expand Up @@ -2,3 +2,4 @@ pytest
pytest-cov
flake8
responses
coveralls

0 comments on commit 66e8bbe

Please sign in to comment.