travis: activate py35

This commit is contained in:
Sebastien Bourdeauducq 2015-10-04 23:11:16 +08:00
parent 6258257573
commit b1f8aa2a67
1 changed files with 1 additions and 1 deletions

View File

@ -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.