From: Yann Sionneau Date: Tue, 12 May 2015 12:06:16 +0000 (+0200) Subject: travis: install conda dependencies after activating the virtual env X-Git-Tag: 24jan2021_ls180~2099^2~63^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9194fe43a172cde967e2e86ddccb8b6aa1637834;p=litex.git travis: install conda dependencies after activating the virtual env --- 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"