Add codecov support
This commit is contained in:
parent
9f7541ee9b
commit
ee0336bd17
7
tox.ini
7
tox.ini
@ -11,5 +11,8 @@ envlist = py27,py34
|
|||||||
3.4 = py34
|
3.4 = py34
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python manage.py test
|
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
|
deps =
|
||||||
|
-rrequirements.txt
|
||||||
|
codecov>=1.4.0
|
||||||
|
commands = codecov -e TOXENV
|
||||||
|
Loading…
Reference in New Issue
Block a user