mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Test against Django master
This commit is contained in:
parent
fd06fdf7e2
commit
19d41e73e6
|
@ -22,6 +22,10 @@ env:
|
|||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- TOX_ENV=py27-djangomaster
|
||||
- TOX_ENV=py34-djangomaster
|
||||
- TOX_ENV=py35-djangomaster
|
||||
|
||||
install:
|
||||
# Virtualenv < 14 is required to keep the Python 3.2 builds running.
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -6,7 +6,8 @@ envlist =
|
|||
py27-{lint,docs},
|
||||
{py27,py32,py33,py34,py35}-django18,
|
||||
{py27,py34,py35}-django19,
|
||||
{py27,py34,py35}-django110
|
||||
{py27,py34,py35}-django110,
|
||||
{py27,py34,py35}-django{master}
|
||||
|
||||
[testenv]
|
||||
commands = ./runtests.py --fast {posargs} --coverage -rw
|
||||
|
@ -17,6 +18,7 @@ deps =
|
|||
django18: Django==1.8.13
|
||||
django19: Django==1.9.7
|
||||
django110: Django==1.10b1
|
||||
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
||||
-rrequirements/requirements-testing.txt
|
||||
-rrequirements/requirements-optionals.txt
|
||||
basepython =
|
||||
|
|
Loading…
Reference in New Issue
Block a user