Add codecov support

This commit is contained in:
Gergely Polonkai 2015-11-27 09:59:00 +01:00
parent 9f7541ee9b
commit ee0336bd17
1 changed files with 5 additions and 2 deletions

View File

@ -11,5 +11,8 @@ envlist = py27,py34
3.4 = py34
[testenv]
commands = python manage.py test
deps = -rrequirements.txt
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
deps =
-rrequirements.txt
codecov>=1.4.0
commands = codecov -e TOXENV