Skip to content

Commit

Permalink
🔬 👖 Add coverage to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Jan 30, 2020
1 parent 7b9e1f3 commit 1ed5370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- git config --global user.email "support@travis-ci.com"
- git config --global user.name "Travis"
script:
- python setup.py test
- coverage run --source=cpac setup.py test
after_success:
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; fi
after_script:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coveralls
docker
pandas >= 0.23.4
pytest
Expand Down

0 comments on commit 1ed5370

Please sign in to comment.