File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,6 @@ environment:
20
20
CONDA_PY : " 27"
21
21
CONDA_NPY : " 18"
22
22
23
- - PYTHON : " C:\\ Python34_32"
24
- PYTHON_VERSION : " 3.4"
25
- PYTHON_ARCH : " 32"
26
- CONDA_PY : " 34"
27
- CONDA_NPY : " 18"
28
-
29
- - PYTHON : " C:\\ Python34_64"
30
- PYTHON_VERSION : " 3.4"
31
- PYTHON_ARCH : " 64"
32
- CONDA_PY : " 34"
33
- CONDA_NPY : " 18"
34
-
35
23
- PYTHON : " C:\\ Python35_32"
36
24
PYTHON_VERSION : " 3.5"
37
25
PYTHON_ARCH : " 32"
@@ -65,11 +53,4 @@ test_script:
65
53
# doesn't really work.
66
54
#
67
55
- " %CMD_IN_ENV% conda build .\\ ci\\ conda --quiet"
68
- # Move the conda package into the current directory, to register it
69
- # as an "artifact" for Appveyor. cmd.exe does't have good globbing, so
70
- # we'll use a simple python script.
71
- - python ci\move-conda-package.py
72
56
73
- artifacts :
74
- # Archive the generated conda package in the ci.appveyor.com build report.
75
- - path : ' *.tar.bz2'
You can’t perform that action at this time.
0 commit comments