From 9194fe43a172cde967e2e86ddccb8b6aa1637834 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Tue, 12 May 2015 14:06:16 +0200 Subject: [PATCH] travis: install conda dependencies after activating the virtual env --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8ba776f..19d82f01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- 2.30.2