travis: install conda dependencies after activating the virtual env

This commit is contained in:
Yann Sionneau 2015-05-12 14:06:16 +02:00
parent c1088f4666
commit 9194fe43a1
1 changed files with 1 additions and 1 deletions

View 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"