Skip to content

Commit

Permalink
Fix test runs on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Mar 15, 2017
1 parent 60aaf19 commit 8d5928b
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 @@ -9,7 +9,7 @@ install:

script:
- coverage erase
- coverage run -p -m nose.core -v vixen.tests
- coverage run -p -m nose.core -v vixen/tests
- coverage combine

after_success:
Expand Down

0 comments on commit 8d5928b

Please sign in to comment.