summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-15 20:32:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-15 20:32:18 -0400
commitef1546f216b8650bc73bf2951799fc38bd9e8f13 (patch)
treea64055f515217c28eafc3a860461e14e9cc1983b /.travis.yml
parent247714372fc3b3328bcdde3394a0e5c5848a2058 (diff)
downloadpython-coveragepy-ef1546f216b8650bc73bf2951799fc38bd9e8f13.tar.gz
Codecov on Jenkins
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f33ba7..628f637 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,11 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
+ - TOXENV=py27 COVERAGE_COVERAGE=yes
install:
- - pip install -r requirements/tox.pip
+ - pip install -r requirements/tox.pip codecov
script:
- tox
- - .tox/$TOXENV/bin/coverage debug sys
+ - if [ $COVERAGE_COVERAGE == 'yes' ]; then codecov; fi