Skip to content

Commit

Permalink
move to condaci 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth committed Jun 26, 2015
1 parent 7cccb9c commit 9afc40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ matrix:
- os: osx # waiting for OS X builds of cyrasterize, cyassimp

install:
- wget https://raw.githubusercontent.com/menpo/condaci/v0.2.3/condaci.py -O condaci.py
- wget https://raw.githubusercontent.com/menpo/condaci/v0.2.4/condaci.py -O condaci.py
- python condaci.py setup $PYTHON_VERSION --channel $BINSTAR_USER
- export PATH=$HOME/miniconda/bin:$PATH
- conda config --add channels $BINSTAR_USER/channel/master

script:
- python condaci.py auto ./conda --binstaruser $BINSTAR_USER --binstarkey $BINSTAR_KEY
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ platform:
- x64

init:
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.2.3/condaci.py' C:\\condaci.py; echo "Done"
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.2.4/condaci.py' C:\\condaci.py; echo "Done"
- cmd: python C:\\condaci.py setup %PYTHON_VERSION% --channel %BINSTAR_USER%
- cmd: C:\\Miniconda\\Scripts\\conda config --add channels %BINSTAR_USER%/channel/master

install:
- cmd: C:\\Miniconda\\python C:\\condaci.py auto ./conda --binstaruser %BINSTAR_USER% --binstarkey %BINSTAR_KEY%
Expand Down

0 comments on commit 9afc40f

Please sign in to comment.