Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b201e8

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.