Skip to content

Commit

Permalink
one...
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Jun 3, 2018
1 parent 6c00c35 commit 6b271ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ matrix:
fast_finish: false

install:
- if [%platform%]==['x86'] SET PATH=%CONDAPATH%\Scripts;%PATH%
- if [%platform%]==['x64'] SET PATH=%CONDAPATH%-x64\Scripts;%PATH%
- if "%PLATFORM%" == "x86" set PATH=%CONDPATH%\bin;%CONDAPATH%\Scripts;%PATH%
- if "%PLATFORM%" == "x64" set PATH=%CONDPATH%-x64\bin;%CONDAPATH%-x64\Scripts;%PATH%
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda create -q --name python%PYTHON_VERSION% python=%PYTHON_VERSION%
Expand Down

0 comments on commit 6b271ef

Please sign in to comment.