Skip to content

Commit

Permalink
Remove test dir from py.test to try get coverage on Spectrum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Sep 26, 2016
1 parent 5eb2bee commit e2082c9
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 @@ -43,7 +43,7 @@ install:
# command to run tests
script:
#- py.test -cov coveralls --cov-report term-missing
- py.test --cov=spectrum_overload spectrum_overload/test/ --cov-report term-missing
- py.test --cov=spectrum_overload spectrum_overload/ --cov-report term-missing

after_success:
- coveralls

0 comments on commit e2082c9

Please sign in to comment.