Skip to content

Commit b312903

Browse files
authored
Merge pull request #3168 from ales-erjavec/ci/appveyor-python-37
[MNT] appveyor: Add Python 3.7 to the test matrix, remove Python 3.4
2 parents 60b153f + 2847dbe commit b312903

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

appveyor.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ environment:
2424
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1
2525

2626
matrix:
27-
- PYTHON: C:\Python34
28-
BUILD_GLOBAL_OPTIONS: build
29-
# override test env for Py34; test with PyQt4 and legacy scipy
30-
# from the 'super' installer.
31-
TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn==0.19.1 PyQt4==4.11.4
32-
33-
- PYTHON: C:\Python34-x64
34-
BUILD_GLOBAL_OPTIONS: build
35-
TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn==0.19.1 PyQt5==5.5.1
36-
3727
- PYTHON: C:\Python35
3828

3929
- PYTHON: C:\Python35-x64
@@ -42,6 +32,15 @@ environment:
4232

4333
- PYTHON: C:\Python36-x64
4434

35+
- PYTHON: C:\Python37
36+
BUILD_ENV: wheel==0.29.0 pip~=9.0.1 numpy~=1.14.0
37+
# PyQt5 >= 5.11 32-bit no longer contains QtWebEngine
38+
TEST_ENV: PyQt5~=5.10.0 numpy~=1.14.0 scipy~=1.1.0 scikit-learn pandas
39+
40+
- PYTHON: C:\Python37-x64
41+
BUILD_ENV: wheel==0.29.0 pip~=9.0.1 numpy~=1.14.0
42+
TEST_ENV: PyQt5~=5.11.1 numpy~=1.14.0 scipy~=1.1.0 scikit-learn pandas
43+
4544
cache:
4645
- '%LOCALAPPDATA%\pip\cache -> appveyor.yml'
4746

@@ -52,7 +51,7 @@ install:
5251
- echo [install]> pip.ini
5352
- echo find-links =>> pip.ini
5453
- echo https://orange.biolab.si/download/files/wheelhouse/>> pip.ini
55-
- echo only-binary = numpy,scipy,bottleneck,scikit-learn>> pip.ini
54+
- echo only-binary = numpy,scipy,scikit-learn>> pip.ini
5655
- set "PIP_CONFIG_FILE=%CD%\pip.ini"
5756
- type %PIP_CONFIG_FILE%
5857

0 commit comments

Comments
 (0)