Skip to content

Commit

Permalink
appveyor: Try fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Feb 21, 2017
1 parent c4f99b9 commit b460dc4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ platform:

environment:
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\\Miniconda-x64
- PYTHON_VERSION: 3.5
MINICONDA: C:\\Miniconda35-x64
- PYTHON_VERSION: 3.6
MINICONDA: C:\\Miniconda36-x64
- CONDA_PY: 27
CONDA_INSTALL_LOCN: C:\\Miniconda-x64
- CONDA_PY: 35
CONDA_INSTALL_LOCN: C:\\Miniconda35-x64
- CONDA_PY: 36
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64

install:
- cmd: call %MINICONDA%\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
- cmd: conda config --add channels chemdataextractor
Expand Down

0 comments on commit b460dc4

Please sign in to comment.