travis: get-anaconda.sh does not take args anymore
authorYann Sionneau <ys@m-labs.hk>
Tue, 12 May 2015 11:58:08 +0000 (13:58 +0200)
committerYann Sionneau <ys@m-labs.hk>
Tue, 12 May 2015 11:58:08 +0000 (13:58 +0200)
.travis.yml

index d2a81d5265219c3877c09b095f0bb2cc57d44e7f..a8ba776f64224706c2f8ee4c42d92db86948bd77 100644 (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.