Skip to content

Commit

Permalink
Merge pull request #3139 from ales-erjavec/ci/appveyor-test-deps
Browse files Browse the repository at this point in the history
[FIX] ci/appveyor: Update test dependencies
  • Loading branch information
markotoplak authored Jul 20, 2018
2 parents a48c890 + a754976 commit b54398c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ environment:
BUILD_GLOBAL_OPTIONS: build -j1
BUILD_ENV: wheel==0.29.0 pip==9.0.1 numpy==1.9.3
# SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy==1.12.1 scipy==1.0.0b1 scikit-learn pandas==0.21.1
TEST_ENV: sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1

matrix:
- PYTHON: C:\Python34
BUILD_GLOBAL_OPTIONS: build
# override test env for Py34; test with PyQt4 and legacy scipy
# from the 'super' installer.
TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn PyQt4==4.11.4
TEST_ENV: numpy==1.12.1 scipy==0.16.1 scikit-learn==0.19.1 PyQt4==4.11.4

- PYTHON: C:\Python34-x64
BUILD_GLOBAL_OPTIONS: build
TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn PyQt5==5.5.1
TEST_ENV: numpy==1.12.1 scipy==1.0.0b1 scikit-learn==0.19.1 PyQt5==5.5.1

- PYTHON: C:\Python35

Expand Down

0 comments on commit b54398c

Please sign in to comment.