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