Skip to content

Commit 3a2ee93

Browse files
authored
Merge pull request #306 from tpaviot/appveyor-fix
Appveyor fix for r0.17
2 parents d91fa9e + 69fe3f2 commit 3a2ee93

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

appveyor.yml

-19
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ environment:
2020
CONDA_PY: "27"
2121
CONDA_NPY: "18"
2222

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-
3523
- PYTHON: "C:\\Python35_32"
3624
PYTHON_VERSION: "3.5"
3725
PYTHON_ARCH: "32"
@@ -65,11 +53,4 @@ test_script:
6553
# doesn't really work.
6654
#
6755
- "%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
7256

73-
artifacts:
74-
# Archive the generated conda package in the ci.appveyor.com build report.
75-
- path: '*.tar.bz2'

0 commit comments

Comments
 (0)