From c1088f4666b0541f2296c5181fa508f23d7a07bc Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Tue, 12 May 2015 13:58:08 +0200 Subject: [PATCH] travis: get-anaconda.sh does not take args anymore --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2a81d52..a8ba776f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. -- 2.30.2