Skip to content

Commit

Permalink
appveyor: Try 32 bit miniconda for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Feb 21, 2017
1 parent 4856738 commit 349a3be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ platform:
environment:
matrix:
- PYTHON_VERSION: 2.7
CONDA_INSTALL_LOCN: C:\\Miniconda-x64
CONDA_INSTALL_LOCN: C:\\Miniconda
- PYTHON_VERSION: 3.5
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64
- PYTHON_VERSION: 3.6
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64

install:
- cmd: echo %CONDA_INSTALL_LOCN%
- cmd: echo %CONDA_PY%
- cmd: echo %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: type %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda config --set always_yes yes --set changeps1 no
- cmd: conda update -q conda
Expand Down

0 comments on commit 349a3be

Please sign in to comment.