mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 09:42:29 +03:00
Remove unnecessary trailing commas from env list
This commit is contained in:
parent
2e147bac73
commit
ba2231cfc2
14
tox.ini
14
tox.ini
|
@ -1,11 +1,13 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
{py36,py37,py38,py39}-django30,
|
{py36,py37,py38,py39}-django30
|
||||||
{py36,py37,py38,py39}-django31,
|
{py36,py37,py38,py39}-django31
|
||||||
{py36,py37,py38,py39,py310}-django32,
|
{py36,py37,py38,py39,py310}-django32
|
||||||
{py38,py39,py310}-{django40,django41,djangomain},
|
{py38,py39,py310}-{django40,django41,djangomain}
|
||||||
{py311}-{django41,djangomain},
|
{py311}-{django41,djangomain}
|
||||||
base,dist,docs,
|
base
|
||||||
|
dist
|
||||||
|
docs
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --coverage {posargs}
|
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --coverage {posargs}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user