travis: install conda dependencies after activating the virtual env
This commit is contained in:
parent
c1088f4666
commit
9194fe43a1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue