Skip to content

Commit 5ceadab

Browse files
committed
fix env vars
1 parent 0703caf commit 5ceadab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,29 @@ environment:
1414
matrix:
1515
# http://www.appveyor.com/docs/installed-software#python
1616
- PYTHON: "C:\\Python27"
17+
PYTHON_VERSION: "2.7"
18+
CONDA_PY: "27"
1719
- PYTHON: "C:\\Python27-x64"
20+
PYTHON_VERSION: "2.7"
21+
CONDA_PY: "27"
1822
- PYTHON: "C:\\Python33"
23+
PYTHON_VERSION: "3.3"
24+
CONDA_PY: "33"
1925
- PYTHON: "C:\\Python33-x64"
26+
PYTHON_VERSION: "3.3"
27+
CONDA_PY: "33"
2028
- PYTHON: "C:\\Python34"
29+
PYTHON_VERSION: "3.4"
30+
CONDA_PY: "34"
2131
- PYTHON: "C:\\Python34-x64"
32+
PYTHON_VERSION: "3.4"
33+
CONDA_PY: "34"
2234
- PYTHON: "C:\\Python35"
35+
PYTHON_VERSION: "3.5"
36+
CONDA_PY: "35"
2337
- PYTHON: "C:\\Python35-x64"
38+
PYTHON_VERSION: "3.5"
39+
CONDA_PY: "35"
2440

2541
install:
2642
- "%PYTHON%\\python.exe -m pip install --upgrade pip"

0 commit comments

Comments
 (0)