Skip to content

Commit

Permalink
change cov path
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Apr 27, 2017
1 parent 3d353ab commit 6521ce4
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 @@ -34,7 +34,7 @@ install:
script:
# - py.test -cov coveralls --cov-report term-missing
# - py.test --cov=spectrum_overload spectrum_overload/ --cov-report term-missing
- pytest --cov=spectrum_overload --cov-report term-missing --durations 5
- pytest --cov=. --cov-report term-missing --durations 5

after_success:
- coveralls
Expand Down

0 comments on commit 6521ce4

Please sign in to comment.