@@ -18,7 +18,7 @@ environment:
1818 # disable threaded builds on Python 3.5+ when using numpy's distutils
1919 # (https://github.com/numpy/numpy/issues/7607)
2020 BUILD_GLOBAL_OPTIONS : build -j1
21- BUILD_ENV : wheel==0.29.0 pip==9.0.1 numpy==1.9.3
21+ BUILD_ENV : wheel==0.29.0 pip==9.0.1 numpy==1.9.3 sphinx==1.8.2
2222 # SIP 4.19.4+ with PyQt5==5.9.1+ segfault our tests (GH-2756)
2323 TEST_ENV : sip==4.19.6 PyQt5==5.9.2 numpy~=1.14.0 scipy~=1.0.0 scikit-learn pandas==0.21.1
2424
@@ -28,20 +28,18 @@ environment:
2828 - PYTHON : C:\Python36-x64
2929
3030 - PYTHON : C:\Python37
31- BUILD_ENV : wheel==0.29.0 pip~=9.0.1 numpy~=1.14.0
31+ BUILD_ENV : wheel==0.29.0 pip~=9.0.1 numpy~=1.14.0 sphinx==1.8.2
3232 # PyQt5 >= 5.11 32-bit no longer contains QtWebEngine
3333 TEST_ENV : PyQt5~=5.10.0 numpy~=1.14.0 scipy~=1.1.0 scikit-learn pandas
3434
3535 - PYTHON : C:\Python37-x64
36- BUILD_ENV : wheel==0.29.0 pip~=9.0.1 numpy~=1.14.0
36+ BUILD_ENV : wheel==0.29.0 pip~=9.0.1 numpy~=1.14.0 sphinx==1.8.2
3737 TEST_ENV : PyQt5~=5.11.1 numpy~=1.14.0 scipy~=1.1.0 scikit-learn pandas
3838
3939cache :
4040 - ' %LOCALAPPDATA%\pip\cache -> appveyor.yml'
4141
4242install :
43- # Patch VC 2010 64-bit toolchain
44- - call .ci_tools/appveyor/patch-vcvars.bat
4543 # Configure pip: Add extra links url, force binary numpy, scipy, ...
4644 - echo [install]> pip.ini
4745 - echo find-links =>> pip.ini
0 commit comments