8000 Add pandas package to appveyor configuration · matplotlib/matplotlib@28b8ae8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28b8ae8

Browse files
authored
Add pandas package to appveyor configuration
1 parent 740ce99 commit 28b8ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install:
8989
- conda create -q -n test-environment python=%PYTHON_VERSION%
9090
pip setuptools numpy python-dateutil freetype=2.6 msinttypes "tk=8.5"
9191
pyparsing pytz tornado "libpng>=1.6.21,<1.7" "zlib=1.2" "cycler>=0.10"
92-
mock sphinx
92+
mock sphinx pandas
9393
- activate test-environment
9494
- echo %PYTHON_VERSION% %TARGET_ARCH%
9595
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache

0 commit comments

Comments
 (0)
0