Adding python 3.3 and 3.4 to Travis.

This commit is contained in:
Eric Amador 2015-04-18 00:58:42 -04:00
parent 67f29fdb2b
commit ff25a20ab7

View file

@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.5,<1.6"