Ask Travis to install 3.5 explicitly

This commit is contained in:
Travis Ralston 2018-07-09 08:50:26 -06:00
parent a4f8e0807a
commit 08f6912825
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ git:
before_install: before_install:
- sudo apt-get update - 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 # test-and-build does the installation, so tell travis to skip the
# installation step # installation step

View file

@ -4,7 +4,7 @@ set -ex
cd `dirname $0`/.. cd `dirname $0`/..
virtualenv -p python3 env virtualenv -p python3.5 env
. env/bin/activate . env/bin/activate
# Print out the python versions for debugging purposes # Print out the python versions for debugging purposes