Skip to content

Commit

Permalink
comment custom appveyor install of conda 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Jun 15, 2016
1 parent 0d3040c commit 989b084
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ install:
- conda config --set always_yes yes
# test with master of conda
- conda update -q conda
- git clone https://github.com/conda/conda
- cd conda
- git checkout 4.1.0
- python setup.py install
- cd ../
#- git clone https://github.com/conda/conda
#- cd conda
#- git checkout 4.1.0
#- python setup.py install
#- cd ../
- conda info
- conda update -q --all
- python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit 989b084

Please sign in to comment.