mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Resolve tox.ini issues
This commit is contained in:
parent
b5931940e1
commit
3bdbfdb200
10
tox.ini
10
tox.ini
|
@ -5,8 +5,8 @@ addopts=--tb=short
|
|||
envlist =
|
||||
py27-{lint,docs},
|
||||
{py27,py32,py33,py34,py35}-django18,
|
||||
{py27,py34,py35}-django{19}
|
||||
{py27,py34,py35}-django{110}
|
||||
{py27,py34,py35}-django19,
|
||||
{py27,py34,py35}-django110
|
||||
|
||||
[testenv]
|
||||
commands = ./runtests.py --fast {posargs} --coverage -rw
|
||||
|
@ -19,6 +19,12 @@ deps =
|
|||
django110: Django==1.10a1
|
||||
-rrequirements/requirements-testing.txt
|
||||
-rrequirements/requirements-optionals.txt
|
||||
basepython =
|
||||
py35: python3.5
|
||||
py34: python3.4
|
||||
py33: python3.3
|
||||
py32: python3.2
|
||||
py27: python2.7
|
||||
|
||||
[testenv:py27-lint]
|
||||
commands = ./runtests.py --lintonly
|
||||
|
|
Loading…
Reference in New Issue
Block a user