Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
kassius committed Apr 27, 2017
1 parent c7a818f commit 09717aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ python:
- "3.6"
# command to install dependencies
install:
- pip install coveralls
- pip install coveralls codecov
# command to run tests
script: coverage run --source=birdears --module pytest --capture=no --verbose tests/
env:
- PYTHONPATH=''
after_success:
coveralls
- coveralls
- codecov

0 comments on commit 09717aa

Please sign in to comment.