Skip to content

Commit 69fe3f2

Browse files
committed
Removed build for py34, removed call to move-package.py
1 parent d91fa9e commit 69fe3f2

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

appveyor.yml

Lines changed: 0 additions & 19 deletions
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)