summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-15 14:17:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-15 14:17:24 -0400
commit799edfca804ac0610bba80bb327968c9482dfd26 (patch)
treee66d304b8ac68cd1a3fb3f0e373fd30d52b3fb7f /appveyor.yml
parentb535693a72ed092d447d12f1025108137799be6c (diff)
downloadpython-coveragepy-git-799edfca804ac0610bba80bb327968c9482dfd26.tar.gz
Codecov on appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index faa354f3..0ca74d2f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -107,7 +107,7 @@ install:
- "pip install --disable-pip-version-check --user --upgrade pip"
# Install requirements.
- - "%CMD_IN_ENV% pip install -r requirements/tox.pip -r requirements/wheel.pip"
+ - "%CMD_IN_ENV% pip install -r requirements/tox.pip -r requirements/wheel.pip codecov"
# Make a python3.4.bat file in the current directory so that tox will find it
# and python3.4 will mean what we want it to.
@@ -125,6 +125,7 @@ test_script:
after_test:
- if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
+ - if "%COVERAGE_COVERAGE%" == "yes" codecov
artifacts:
- path: "metacov-*.zip"