Skip to content

Commit

Permalink
Fix env names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 8, 2015
1 parent ab2fa42 commit 04ea1e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ environment:
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"

- TOXENV: "2.7-pytest26-nodist-cover,codecov"
- TOXENV: "2.7-pytest28-nodist-cover,codecov"
TOXPYTHON: "C:\\Python27-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.0"
PYTHON_HOME: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"

- TOXENV: "3.3-pytest26-nodist-cover,codecov"
- TOXENV: "3.3-pytest28-nodist-cover,codecov"
TOXPYTHON: "C:\\Python33-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.1"
PYTHON_HOME: "C:\\Python33-x64"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "64"

- TOXENV: "3.4-pytest26-nodist-cover,codecov"
- TOXENV: "3.4-pytest28-nodist-cover,codecov"
TOXPYTHON: "C:\\Python34-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.1"
PYTHON_HOME: "C:\\Python34-x64"
Expand Down Expand Up @@ -74,21 +74,21 @@ environment:
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64"

- TOXENV: "2.7-pytest26-xdist-cover,codecov"
- TOXENV: "2.7-pytest28-xdist-cover,codecov"
TOXPYTHON: "C:\\Python27-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.0"
PYTHON_HOME: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"

- TOXENV: "3.3-pytest26-xdist-cover,codecov"
- TOXENV: "3.3-pytest28-xdist-cover,codecov"
TOXPYTHON: "C:\\Python33-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.1"
PYTHON_HOME: "C:\\Python33-x64"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "64"

- TOXENV: "3.4-pytest26-xdist-cover,codecov"
- TOXENV: "3.4-pytest28-xdist-cover,codecov"
TOXPYTHON: "C:\\Python34-x64\\python.exe"
WINDOWS_SDK_VERSION: "v7.1"
PYTHON_HOME: "C:\\Python34-x64"
Expand Down

0 comments on commit 04ea1e7

Please sign in to comment.