File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ install:
90
90
pip setuptools numpy mock "pandas<0.21.0" sphinx tornado
91
91
- activate test-environment
92
92
- echo %PYTHON_VERSION% %TARGET_ARCH%
93
- - if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
94
93
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
95
94
- pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
96
95
@@ -118,7 +117,7 @@ install:
118
117
119
118
test_script :
120
119
# Now build the thing..
121
- - ' %CMD_IN_ENV% pip install --no-deps - ve .'
120
+ - ' %CMD_IN_ENV% pip install -ve .'
122
121
# these should show no z, png, or freetype dll...
123
122
- set "DUMPBIN=%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe"
124
123
- ' "%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