Skip to content

Commit

Permalink
bump condaci 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth committed Jul 24, 2015
1 parent a4fcc16 commit 0e71097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- PYTHON_VERSION: 3.4

install:
- wget https://raw.githubusercontent.com/menpo/condaci/v0.4.1/condaci.py -O condaci.py
- wget https://raw.githubusercontent.com/menpo/condaci/v0.4.2/condaci.py -O condaci.py
- python condaci.py setup

script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platform:
- x64

init:
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.4.1/condaci.py' C:\\condaci.py; echo "Done"
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo/condaci/v0.4.2/condaci.py' C:\\condaci.py; echo "Done"
- cmd: python C:\\condaci.py setup

install:
Expand Down

0 comments on commit 0e71097

Please sign in to comment.