mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 14:24:48 +03:00
Add Python 3.5 against Django 1.9
This commit is contained in:
parent
134e0450c0
commit
f3f6b3570a
6
tox.ini
6
tox.ini
|
@ -6,9 +6,13 @@ envlist =
|
||||||
py27-{lint,docs},
|
py27-{lint,docs},
|
||||||
{py26,py27,py32,py33,py34}-django{15,16},
|
{py26,py27,py32,py33,py34}-django{15,16},
|
||||||
{py27,py32,py33,py34}-django{17,18},
|
{py27,py32,py33,py34}-django{17,18},
|
||||||
{py27,py34}-django{master}
|
{py27,py34,py35}-django{master}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
basepython =
|
||||||
|
py35: python3.5
|
||||||
|
|
||||||
|
|
||||||
commands = ./runtests.py --fast {posargs} --coverage
|
commands = ./runtests.py --fast {posargs} --coverage
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user