File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,29 @@ environment:
14
14
matrix :
15
15
# http://www.appveyor.com/docs/installed-software#python
16
16
- PYTHON : " C:\\ Python27"
17
+ PYTHON_VERSION : " 2.7"
18
+ CONDA_PY : " 27"
17
19
- PYTHON : " C:\\ Python27-x64"
20
+ PYTHON_VERSION : " 2.7"
21
+ CONDA_PY : " 27"
18
22
- PYTHON : " C:\\ Python33"
23
+ PYTHON_VERSION : " 3.3"
24
+ CONDA_PY : " 33"
19
25
- PYTHON : " C:\\ Python33-x64"
26
+ PYTHON_VERSION : " 3.3"
27
+ CONDA_PY : " 33"
20
28
- PYTHON : " C:\\ Python34"
29
+ PYTHON_VERSION : " 3.4"
30
+ CONDA_PY : " 34"
21
31
- PYTHON : " C:\\ Python34-x64"
32
+ PYTHON_VERSION : " 3.4"
33
+ CONDA_PY : " 34"
22
34
- PYTHON : " C:\\ Python35"
35
+ PYTHON_VERSION : " 3.5"
36
+ CONDA_PY : " 35"
23
37
- PYTHON : " C:\\ Python35-x64"
38
+ PYTHON_VERSION : " 3.5"
39
+ CONDA_PY : " 35"
24
40
25
41
install :
26
42
- " %PYTHON%\\ python.exe -m pip install --upgrade pip"
You can’t perform that action at this time.
0 commit comments