Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Mar 6, 2018
1 parent 5feb602 commit 2e2589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -50,7 +50,7 @@ install:
- pip install --no-deps .
script:
- mkdir empty; cd empty
- coverage run --include='../rf/*' -m rf.tests
- coverage run --include='*/rf/*' -m rf.tests
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
Expand Down

0 comments on commit 2e2589b

Please sign in to comment.