Fix codecov issues with tox

This commit is contained in:
Gergely Polonkai
2015-11-27 11:31:33 +01:00
parent ee0336bd17
commit dad3539820
2 changed files with 4 additions and 1 deletions

View File

@@ -15,4 +15,6 @@ passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_
deps =
-rrequirements.txt
codecov>=1.4.0
commands = codecov -e TOXENV
commands =
coverage run manage.py test
codecov -e TOXENV