diff --git a/.travis.yml b/.travis.yml index 34efe34..d729f95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 112dac6..955fc9a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%