Run tests for Python 3.2/3.3 in TravisCI.

This commit is contained in:
Ryan Petrello
2013-04-30 21:57:17 -04:00
parent 2ed2fe64c3
commit 8b748c1732

View File

@@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
env:
- PYTHONPATH='.'
branches: