Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magniff committed Sep 28, 2018
1 parent fe83093 commit 13be758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip install pytest-cov
- python setup.py develop

script: py.test --cov=. tests/
script: py.test --cov=./watch/ tests/

after_success:
- codecov
Expand Down

0 comments on commit 13be758

Please sign in to comment.