travis: install conda dependencies after activating the virtual env
authorYann Sionneau <ys@m-labs.hk>
Tue, 12 May 2015 12:06:16 +0000 (14:06 +0200)
committerYann Sionneau <ys@m-labs.hk>
Tue, 12 May 2015 12:06:16 +0000 (14:06 +0200)
.travis.yml

index a8ba776f64224706c2f8ee4c42d92db86948bd77..19d82f01afedd6c3a852860a35cf7658cdfcd1d1 100644 (file)
@@ -11,8 +11,8 @@ before_install:
   - wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
   - chmod +x get-anaconda.sh
   - ./get-anaconda.sh
-  - conda install binstar numpydoc
   - source $HOME/miniconda/bin/activate py34
+  - conda install binstar numpydoc
 install:
   # Install iverilog package.
   - "sudo add-apt-repository -y ppa:mithro/iverilog-backport"