Add python 3.4 in travis file.

This commit is contained in:
juanifioren 2015-07-02 11:46:48 -03:00
parent 5cb0195539
commit e1b8e3c9ad

View file

@ -1,6 +1,7 @@
language: python
python:
- "2.7"
- "3.4"
env:
- DJANGO=1.7.8
- DJANGO=1.8.2