Skip to content

Commit a4ee047

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

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: pythonocc-core-0.17.{build}
22

33
environment:
44
global:
5-
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
5+
SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
66
# /E:ON and /V:ON options are not enabled in the batch script intepreter
77
# See: http://stackoverflow.com/a/13751649/163740
88
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\appveyor\\run_with_env.cmd"
@@ -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)