mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Enable testing on Python 3.4
This commit is contained in:
parent
d69d975015
commit
8ecb778cd2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user