Skip to content

Commit

Permalink
test fix up for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Dec 8, 2017
1 parent 6b9a5b9 commit 0c276f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ python:

install:
- pip install -r requirements.txt
- pip install coverage
- pip install pytest-cov

script:
- coverage run --source fooof -m pytest
- py.test --cov=./

after-success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0c276f6

Please sign in to comment.