Tell Travis to use python 3.3 VirtualEnv instead of system python.

Should fix travis failures when installing get-pip.
This commit is contained in:
John Ralls 2016-01-23 10:49:29 -08:00
parent 4d30398948
commit 299cf15f1e

View File

@ -2,9 +2,9 @@
# http://lint.travis-ci.org/
language: c
#python:
# - 3.3
language: python
python:
- 3.3
# - 3.4
install: