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