mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-25 00:34:21 +03:00
added python3.6 on tox (#4794)
This commit is contained in:
parent
38aa1413a2
commit
1880f6e0a4
3
tox.ini
3
tox.ini
|
@ -7,7 +7,7 @@ envlist =
|
||||||
{py27,py33,py34,py35}-django18,
|
{py27,py33,py34,py35}-django18,
|
||||||
{py27,py34,py35}-django19,
|
{py27,py34,py35}-django19,
|
||||||
{py27,py34,py35}-django110,
|
{py27,py34,py35}-django110,
|
||||||
{py27,py34,py35}-django{master}
|
{py27,py34,py35,py36}-django{master}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = ./runtests.py --fast {posargs} --coverage -rw
|
commands = ./runtests.py --fast {posargs} --coverage -rw
|
||||||
|
@ -22,6 +22,7 @@ deps =
|
||||||
-rrequirements/requirements-testing.txt
|
-rrequirements/requirements-testing.txt
|
||||||
-rrequirements/requirements-optionals.txt
|
-rrequirements/requirements-optionals.txt
|
||||||
basepython =
|
basepython =
|
||||||
|
py36: python3.6
|
||||||
py35: python3.5
|
py35: python3.5
|
||||||
py34: python3.4
|
py34: python3.4
|
||||||
py33: python3.3
|
py33: python3.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user