Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b201e8

Browse files
authored
Merge pull request matplotlib#9680 from anntzer/appveyor-deps
Actually install the deps on Appveyor.
2 parents b2bbbfd + fb7925c commit 8b201e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

119118
test_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'

0 commit comments

Comments
 (0)