Skip to content

Commit

Permalink
appveyor: Try better conda environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Feb 21, 2017
1 parent ae57750 commit 96b8807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"

install:
- cmd: set "PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- cmd: call %MINICONDA%\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 96b8807

Please sign in to comment.