Skip to content

Commit

Permalink
Remove Python 3.6 from Appveyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 30, 2020
1 parent 0748060 commit 277182b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ environment:
matrix:

### USING HDF5 1.8 ###
- PYTHON: "C:\\Python36"
TOXENV: "py36-test-deps"
HDF5_VSVERSION: "14"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"

- PYTHON: "C:\\Python37"
TOXENV: "py37-test-deps"
Expand All @@ -19,12 +15,6 @@ environment:

### USING HDF5 1.10 ###

- PYTHON: "C:\\Python36"
TOXENV: "py36-test-deps"
HDF5_VSVERSION: "14"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.10.6"

- PYTHON: "C:\\Python37"
TOXENV: "py37-test-deps"
HDF5_VSVERSION: "14"
Expand All @@ -39,12 +29,6 @@ environment:

### USING HDF5 1.12 ###

- PYTHON: "C:\\Python36"
TOXENV: "py36-test-deps"
HDF5_VSVERSION: "14"
HDF5_DIR: "C:\\hdf5\\%HDF5_VERSION%\\%HDF5_VSVERSION%"
HDF5_VERSION: "1.12.0"

- PYTHON: "C:\\Python37"
TOXENV: "py37-test-deps"
HDF5_VSVERSION: "14"
Expand Down

0 comments on commit 277182b

Please sign in to comment.