Enable testing on Python 3.4

This commit is contained in:
Corey Farwell 2014-05-11 20:29:01 -07:00
parent d69d975015
commit 8ecb778cd2

View File

@ -5,6 +5,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO="https://www.djangoproject.com/download/1.7b2/tarball/"
@ -41,4 +42,7 @@ matrix:
env: DJANGO="django==1.4.11"
- python: "3.3"
env: DJANGO="django==1.3.7"
- python: "3.4"
env: DJANGO="django==1.4.11"
- python: "3.4"
env: DJANGO="django==1.3.7"