Add python 3.4 in travis file.
This commit is contained in:
parent
5cb0195539
commit
e1b8e3c9ad
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
- "3.4"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.7.8
|
- DJANGO=1.7.8
|
||||||
- DJANGO=1.8.2
|
- DJANGO=1.8.2
|
||||||
|
|
Loading…
Reference in a new issue