From d983782bede269bdb94c9a9618202a566105ca59 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:11:16 +0800 Subject: [PATCH] travis: activate py35 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ed1f661..38b4bf28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - wget https://raw.githubusercontent.com/m-labs/artiq/master/.travis/get-anaconda.sh - chmod +x get-anaconda.sh - ./get-anaconda.sh - - source $HOME/miniconda/bin/activate py34 + - source $HOME/miniconda/bin/activate py35 - conda install anaconda-client numpydoc install: # Install iverilog package. -- 2.30.2