File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ install:
7272 - cmd : conda info -a
7373
7474 # create our env
75- - cmd : conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0 pytest-xdist moto
75+ - cmd : conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0 pytest-xdist
7676 - cmd : activate pandas
77+ - cmd : pip install moto
7778 - SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run
7879 - cmd : echo "installing requirements from %REQ%"
7980 - cmd : conda install -n pandas --file=%REQ%
Original file line number Diff line number Diff line change 6565echo " [create env: ${REQ_BUILD} ]"
6666time conda create -n pandas -q --file=${REQ_BUILD} || exit 1
6767time conda install -n pandas pytest> =3.1.0 || exit 1
68- time conda install -n pandas moto || exit 1
68+ time pip install moto || exit 1
6969
7070source activate pandas
7171
Original file line number Diff line number Diff line change @@ -104,8 +104,7 @@ if [ -e ${REQ} ]; then
104104fi
105105
106106time conda install -n pandas pytest> =3.1.0
107- time conda install -n pandas moto
108- time pip install pytest-xdist
107+ time pip install pytest-xdist moto
109108
110109if [ " $LINT " ]; then
111110 conda install flake8
You can’t perform that action at this time.
0 commit comments