File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ install:
9090 pip setuptools numpy mock "pandas<0.21.0" sphinx tornado
9191 - activate test-environment
9292 - echo %PYTHON_VERSION% %TARGET_ARCH%
93- - if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
9493 # pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
9594 - pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
9695
@@ -118,7 +117,7 @@ install:
118117
119118test_script :
120119 # Now build the thing..
121- - ' %CMD_IN_ENV% pip install --no-deps - ve .'
120+ - ' %CMD_IN_ENV% pip install -ve .'
122121 # these should show no z, png, or freetype dll...
123122 - set "DUMPBIN=%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe"
124123 - ' "%DUMPBIN%" /DEPENDENTS lib\matplotlib\ft2font*.pyd | findstr freetype.*.dll && exit /b 1 || exit /b 0'
You can’t perform that action at this time.
0 commit comments