Skip to content

Commit

Permalink
travis: install conda dependencies after activating the virtual env
Browse files Browse the repository at this point in the history
fallen committed May 12, 2015
1 parent c1088f4 commit 9194fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9194fe4

Please sign in to comment.