mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
travis: activate py35
This commit is contained in:
parent
4ccb489036
commit
d983782bed
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ before_install:
|
||||||
- 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
|
- ./get-anaconda.sh
|
||||||
- source $HOME/miniconda/bin/activate py34
|
- source $HOME/miniconda/bin/activate py35
|
||||||
- conda install anaconda-client numpydoc
|
- conda install anaconda-client numpydoc
|
||||||
install:
|
install:
|
||||||
# Install iverilog package.
|
# Install iverilog package.
|
||||||
|
|
Loading…
Reference in a new issue