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

Skip to content

Commit 5f2d4dd

Browse files
authored
Merge pull request #8657 from fkohlgrueber/ci
Add pandas package to appveyor configuration
2 parents 99d9eb3 + 28b8ae8 commit 5f2d4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)