Skip to content

Commit

Permalink
travis: try 2 to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent 876a4ae commit 1ca8ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ fi

python -m virtualenv ~/.venv
source ~/.venv/bin/activate
pip install tox pytest codecov Cython
pip install tox pytest pytest-cov codecov Cython
pip install -e .
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ envlist = py32, py33, py34
# not really matter, should be just different from the toplevel dir.
changedir = {toxworkdir}
deps = -rrequirements.d/development.txt
commands = py.test --pyargs {posargs:borg.testsuite}
commands = py.test --cov --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *

0 comments on commit 1ca8ead

Please sign in to comment.