From ee0336bd17e51a11caa84471c1f7e1b8f1313980 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 27 Nov 2015 09:59:00 +0100 Subject: [PATCH] Add codecov support --- tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 05b0bc6..6243cf7 100644 --- a/tox.ini +++ b/tox.ini @@ -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