summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 54f4b910..2add9171 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -42,25 +42,25 @@ environment:
- JOB: "3.3 32-bit"
TOXENV: "py33"
PYTHON: "C:\\Python33"
- PYTHON_VERSION: "3.3.x"
+ PYTHON_VERSION: "3.3"
PYTHON_ARCH: "32"
- JOB: "3.3 64-bit"
TOXENV: "py33"
PYTHON: "C:\\Python33-x64"
- PYTHON_VERSION: "3.3.x"
+ PYTHON_VERSION: "3.3"
PYTHON_ARCH: "64"
- JOB: "3.4 32-bit"
TOXENV: "py34"
PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4.x"
+ PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"
- JOB: "3.4 64-bit"
TOXENV: "py34"
PYTHON: "C:\\Python34-x64"
- PYTHON_VERSION: "3.4.x"
+ PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"
- JOB: "3.5 32-bit"
@@ -79,14 +79,14 @@ environment:
- JOB: "Meta 2.7"
TOXENV: "py27"
PYTHON: "C:\\Python27"
- PYTHON_VERSION: "2.7.x"
+ PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"
- JOB: "Meta 3.4"
TOXENV: "py34"
PYTHON: "C:\\Python34"
- PYTHON_VERSION: "3.4.x"
+ PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32"
COVERAGE_COVERAGE: "yes"
@@ -122,7 +122,7 @@ build_script:
- ps: if ( Test-Path 'dist' -PathType Container ) { Get-ChildItem dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName ('dist\' + $_.Name) } }
test_script:
- - "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox"
+ - "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox --recreate"
after_test:
- if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*