10000 Install dependencies earlier · matplotlib/matplotlib@38a367e · GitHub
[go: up one dir, main page]

Skip to content

Commit 38a367e

Browse files
committed
Install dependencies earlier
1 parent 94c8aba commit 38a367e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ install:
8989
- echo %PYTHON_VERSION% %TARGET_ARCH%
9090
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
9191
- pip install -q pytest "pytest-cov>=2.3.1" pytest-rerunfailures pytest-timeout pytest-xdist
92+
cycler pyparsing backports.functools-lru-cache
9293

9394
# Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
9495
# https://github.com/matplotlib/matplotlib/issues/9176

0 commit comments

Comments
 (0)
0