diff --git a/appveyor.yml b/appveyor.yml index a1f8886f6d068..8e6a4f03750e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,13 +18,13 @@ environment: matrix: - - CONDA_ROOT: "C:\\Miniconda3_64" + - CONDA_ROOT: "C:\\Miniconda36_64" PYTHON_VERSION: "3.6" PYTHON_ARCH: "64" CONDA_PY: "36" CONDA_NPY: "112" - - CONDA_ROOT: "C:\\Miniconda3_64" + - CONDA_ROOT: "C:\\Miniconda36_64" PYTHON_VERSION: "2.7" PYTHON_ARCH: "64" CONDA_PY: "27" @@ -74,18 +74,12 @@ install: # create our env - cmd: conda create -n pandas python=%PYTHON_VERSION% cython pytest>=3.1.0 pytest-xdist - cmd: activate pandas - - cmd: pip install moto - SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.run - cmd: echo "installing requirements from %REQ%" - cmd: conda install -n pandas --file=%REQ% - cmd: conda list -n pandas - cmd: echo "installing requirements from %REQ% - done" - # add some pip only reqs to the env - - SET REQ=ci\requirements-%PYTHON_VERSION%_WIN.pip - - cmd: echo "installing requirements from %REQ%" - - cmd: pip install -Ur %REQ% - # build em using the local source checkout in the correct windows env - cmd: '%CMD_IN_ENV% python setup.py build_ext --inplace' diff --git a/ci/requirements-2.7_WIN.run b/ci/requirements-2.7_WIN.run index c4ca7fc736bb1..4f638c03b8817 100644 --- a/ci/requirements-2.7_WIN.run +++ b/ci/requirements-2.7_WIN.run @@ -16,3 +16,4 @@ bottleneck html5lib beautifulsoup4 jinja2=2.8 +moto \ No newline at end of file diff --git a/ci/requirements-3.6_WIN.run b/ci/requirements-3.6_WIN.run index 5d6c074ec1f85..263e20b85a1f6 100644 --- a/ci/requirements-3.6_WIN.run +++ b/ci/requirements-3.6_WIN.run @@ -6,7 +6,7 @@ openpyxl xlsxwriter xlrd xlwt -# scipy +scipy feather-format numexpr pytables @@ -14,3 +14,4 @@ matplotlib blosc fastparquet pyarrow +moto \ No newline at end of file