Skip to content

Commit 9194fe4

Browse files
committedMay 12, 2015
travis: install conda dependencies after activating the virtual env
1 parent c1088f4 commit 9194fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ before_install:
1111
- wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
1212
- chmod +x get-anaconda.sh
1313
- ./get-anaconda.sh
14-
- conda install binstar numpydoc
1514
- source $HOME/miniconda/bin/activate py34
15+
- conda install binstar numpydoc
1616
install:
1717
# Install iverilog package.
1818
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport"

0 commit comments

Comments
 (0)
Please sign in to comment.