Skip to content

Commit

Permalink
tox: more coverage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 29, 2015
1 parent 2217a16 commit bd6a741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
commands =
pip install "{toxinidir}"
cp "{toxinidir}/.coveragerc" "{envsitepackagesdir}"
py.test {posargs:-n 4 --cov-report xml --cov pkgcore pkgcore/test}
mv coverage.xml "{toxinidir}"
coverage run -m py.test {posargs:-n 4 pkgcore/test}
mv .coverage "{toxinidir}"

0 comments on commit bd6a741

Please sign in to comment.