We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6257008 commit 156fd86Copy full SHA for 156fd86
appveyor.yml
@@ -73,7 +73,7 @@ install:
73
- cmd: conda info -a
74
75
# create our env
76
- - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0 pytest-xdist
+ - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0
77
- cmd: activate pandas
78
- cmd: pip install moto
79
- SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run
0 commit comments