Skip to content

Commit

Permalink
Update test command for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Sep 11, 2016
1 parent f607b30 commit 1dab7d5
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 @@ -12,7 +12,7 @@ install:
- python setup.py install

script:
- py.test -vv --cov=volt --flake8 tests volt
- py.test -vv --cov-config .coveragerc --flake8 tests volt

after_success:
- codecov

0 comments on commit 1dab7d5

Please sign in to comment.