diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-15 20:17:33 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-15 20:17:33 -0400 |
commit | 61c38b33595b6aa4cbeced4b96de261bc97c8ee8 (patch) | |
tree | 24c0dd8ac715d81a2725ec74da4b8f005e20a6c5 | |
parent | 799edfca804ac0610bba80bb327968c9482dfd26 (diff) | |
download | python-coveragepy-git-61c38b33595b6aa4cbeced4b96de261bc97c8ee8.tar.gz |
not ready for codecov on appveyor yet
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0ca74d2f..faa354f3 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 codecov" + - "%CMD_IN_ENV% pip install -r requirements/tox.pip -r requirements/wheel.pip" # 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,7 +125,6 @@ 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" |