Skip to content

Commit

Permalink
Remove duplicated entries in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 4, 2018
1 parent d494d8d commit 7a83faa
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,49 +98,6 @@ environment:
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

### USING HDF5 1.10 ###
- PYTHON: "C:\\Python27"
TOXENV: "py27-test-deps"
TOXPYTHON: "%PYTHON%\\python.exe"
HDF5_VSVERSION: "9"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

- PYTHON: "C:\\Python35"
TOXENV: "py35-test-deps"
TOXPYTHON: "%PYTHON%\\python.exe"
HDF5_VSVERSION: "14"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

- PYTHON: "C:\\Python36"
TOXENV: "py36-test-deps"
TOXPYTHON: "%PYTHON%\\python.exe"
HDF5_VSVERSION: "14"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

- PYTHON: "C:\\Python27-x64"
TOXENV: "py27-test-deps"
TOXPYTHON: "%PYTHON%\\python.exe"
HDF5_VSVERSION: "9-64"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

- PYTHON: "C:\\Python35-x64"
TOXENV: "py35-test-deps"
TOXPYTHON: "%PYTHON%\\python.exe"
HDF5_VSVERSION: "14-64"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

- PYTHON: "C:\\Python36-x64"
TOXENV: "py36-test-deps"
TOXPYTHON: "%PYTHON%\\python.exe"
HDF5_VSVERSION: "14-64"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.1"

install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install --upgrade wheel pip setuptools"
Expand Down

0 comments on commit 7a83faa

Please sign in to comment.