We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622dfa6 commit 9f94013Copy full SHA for 9f94013
appveyor.yml
@@ -5,9 +5,19 @@ environment:
5
DEPENDS: numpy scipy matplotlib h5py pydicom
6
7
matrix:
8
+ - PYTHON: C:\Python27
9
+ - PYTHON: C:\Python27-x64
10
+ - PYTHON: C:\Python34
11
+ - PYTHON: C:\Python34-x64
12
+ - PYTHON: C:\Python35
13
+ - PYTHON: C:\Python35-x64
14
- PYTHON: C:\Python35-x64
15
PYTHONHASHSEED: 283137131
16
DEPENDS: "h5py==2.9.0"
17
+ - PYTHON: C:\Python36
18
+ - PYTHON: C:\Python36-x64
19
+ - PYTHON: C:\Python37
20
+ - PYTHON: C:\Python37-x64
21
22
install:
23
# Prepend newly installed Python to the PATH of this build (this cannot be
0 commit comments