Add Py3.2 and Py3.3 to travis

This commit is contained in:
Scott Maxwell 2013-10-30 16:02:01 -07:00
parent 7aaf42a7b1
commit e5822c9fa1
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ python:
- "2.5" - "2.5"
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2"
- "3.3"
install: install:
# Self-install for setup.py-driven deps # Self-install for setup.py-driven deps
- pip install -e . - pip install -e .

0
tests/__init__.py Normal file
View File