mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-23 15:02:55 +03:00
Travis tests for python 3.
This commit is contained in:
parent
774d687a31
commit
753c4fc4f6
|
@ -1,11 +1,11 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
|
||||
env:
|
||||
- DJANGO=https://github.com/django/django/zipball/master
|
||||
- DJANGO=https://www.djangoproject.com/download/1.5a1/tarball/
|
||||
- DJANGO=django==1.4.1 --use-mirrors
|
||||
- DJANGO=django==1.3.3 --use-mirrors
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user