Add Py3.2 and Py3.3 to travis
This commit is contained in:
parent
7aaf42a7b1
commit
e5822c9fa1
|
@ -3,6 +3,8 @@ python:
|
|||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
install:
|
||||
# Self-install for setup.py-driven deps
|
||||
- pip install -e .
|
||||
|
|
Loading…
Reference in New Issue