From 810987b89ce15a38d2daa876a6bec33ea76088ae Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 15 Sep 2015 14:17:24 -0400 Subject: Codecov on appveyor --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index faa354f..0ca74d2 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" -- cgit v1.2.1