Ask Travis to install 3.5 explicitly
This commit is contained in:
parent
a4f8e0807a
commit
08f6912825
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ git:
|
|||
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install python3
|
||||
- sudo apt-get install python3.5
|
||||
|
||||
# test-and-build does the installation, so tell travis to skip the
|
||||
# installation step
|
||||
|
|
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
cd `dirname $0`/..
|
||||
|
||||
virtualenv -p python3 env
|
||||
virtualenv -p python3.5 env
|
||||
. env/bin/activate
|
||||
|
||||
# Print out the python versions for debugging purposes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue