Skip to content

Commit

Permalink
appveyor: Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Feb 21, 2017
1 parent 77e338f commit 4856738
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ platform:

environment:
matrix:
- CONDA_PY: 27
- PYTHON_VERSION: 2.7
CONDA_INSTALL_LOCN: C:\\Miniconda-x64
- CONDA_PY: 35
- PYTHON_VERSION: 3.5
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64
- CONDA_PY: 36
- 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 4856738

Please sign in to comment.