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:
@@ -2,9 +2,9 @@
|
||||
# http://lint.travis-ci.org/
|
||||
|
||||
|
||||
language: c
|
||||
#python:
|
||||
# - 3.3
|
||||
language: python
|
||||
python:
|
||||
- 3.3
|
||||
# - 3.4
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user