travis: activate py35
This commit is contained in:
parent
6258257573
commit
b1f8aa2a67
|
@ -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 New Issue