Skip to content

Commit a2474f5

Browse files
Sheppard, KevinSheppard, Kevin
authored andcommitted
Add pandas to appveyor
1 parent 2d2f166 commit a2474f5

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
@@ -18,7 +18,7 @@ build_script:
1818
- SET PATH=C:\Py;C:\Py\Scripts;C:\Py\Library\bin;%PATH%
1919
- conda config --set always_yes yes
2020
- conda update conda --quiet
21-
- conda install numpy cython nose --quiet
21+
- conda install numpy cython nose pandas --quiet
2222
- pip install . -vvv
2323
- set "GIT_DIR=%cd%"
2424

0 commit comments

Comments
 (0)