Merge branch 'master' of https://github.com/m-labs/migen
This commit is contained in:
commit
b0f159421c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue