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

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