travis: get-anaconda.sh does not take args anymore

This commit is contained in:
Yann Sionneau 2015-05-12 13:58:08 +02:00
parent fe6eef7069
commit c1088f4666
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ before_install:
# Install Miniconda
- wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
- chmod +x get-anaconda.sh
- ./get-anaconda.sh binstar numpydoc
- ./get-anaconda.sh
- conda install binstar numpydoc
- source $HOME/miniconda/bin/activate py34
install:
# Install iverilog package.