Skip to content

Conda appveyor master #18096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ environment:

matrix:

- CONDA_ROOT: "C:\\Miniconda3_64"
- CONDA_ROOT: "C:\\Miniconda36_64"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't actually do anything other than create a directory for us to install into

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"
Expand Down Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions ci/requirements-2.7_WIN.run
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ bottleneck
html5lib
beautifulsoup4
jinja2=2.8
moto
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newline at end of file. Same for the 3.6 version.

3 changes: 2 additions & 1 deletion ci/requirements-3.6_WIN.run
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ openpyxl
xlsxwriter
xlrd
xlwt
# scipy
scipy
feather-format
numexpr
pytables
matplotlib
blosc
fastparquet
pyarrow
moto