Skip to content

Commit

Permalink
Re-add missing coverage trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Sep 11, 2016
1 parent 25fb5a5 commit 95488e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ install:
- python setup.py install

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

after_success:
- codecov
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -2,7 +2,7 @@
envlist = py35

[testenv]
commands = py.test --cov-config .coveragerc --flake8 tests volt
commands = py.test --cov --cov-config .coveragerc --flake8 tests volt
deps =
-rrequirements.txt
-rrequirements-dev.txt

0 comments on commit 95488e1

Please sign in to comment.