Skip to content

Commit 9f94013

Browse files
committed
Revert "CI: Temporarily drop all other tests"
This reverts commit 12b2ad1.
1 parent 622dfa6 commit 9f94013

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ environment:
55
DEPENDS: numpy scipy matplotlib h5py pydicom
66

77
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
814
- PYTHON: C:\Python35-x64
915
PYTHONHASHSEED: 283137131
1016
DEPENDS: "h5py==2.9.0"
17+
- PYTHON: C:\Python36
18+
- PYTHON: C:\Python36-x64
19+
- PYTHON: C:\Python37
20+
- PYTHON: C:\Python37-x64
1121

1222
install:
1323
# Prepend newly installed Python to the PATH of this build (this cannot be

0 commit comments

Comments
 (0)