Skip to content

Commit

Permalink
Fix test folder name
Browse files Browse the repository at this point in the history
Before pushing to github for travis test of coverage.
  • Loading branch information
jason-neal committed Sep 18, 2016
1 parent e9b7f7c commit 940f705
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 @@ -20,7 +20,7 @@ install:
# command to run tests
script:
#- py.test -cov coveralls --cov-report term-missing
- py.test --cov=spectrum_overload test/ --cov-report term-missing
- py.test --cov=spectrum_overload spectrum_overload/test/ --cov-report term-missing

after_success:
- coveralls

0 comments on commit 940f705

Please sign in to comment.