This commit is contained in:
Florent Kermarrec 2015-05-12 16:16:24 +02:00
commit b0f159421c
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ before_install:
# Install Miniconda # Install Miniconda
- wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh - wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh
- chmod +x get-anaconda.sh - chmod +x get-anaconda.sh
- ./get-anaconda.sh binstar numpydoc - ./get-anaconda.sh
- source $HOME/miniconda/bin/activate py34 - source $HOME/miniconda/bin/activate py34
- conda install binstar numpydoc
install: install:
# Install iverilog package. # Install iverilog package.
- "sudo add-apt-repository -y ppa:mithro/iverilog-backport" - "sudo add-apt-repository -y ppa:mithro/iverilog-backport"