mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 09:42:29 +03:00
remove travis config
This commit is contained in:
parent
cd0a16eaa6
commit
c405c3edc5
9
tox.ini
9
tox.ini
|
@ -7,15 +7,6 @@ envlist =
|
||||||
{py311}-{django41,djangomain},
|
{py311}-{django41,djangomain},
|
||||||
base,dist,docs,
|
base,dist,docs,
|
||||||
|
|
||||||
[travis:env]
|
|
||||||
DJANGO =
|
|
||||||
3.0: django30
|
|
||||||
3.1: django31
|
|
||||||
3.2: django32
|
|
||||||
4.0: django40
|
|
||||||
4.1: django41
|
|
||||||
main: djangomain
|
|
||||||
|
|
||||||
[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}
|
||||||
envdir = {toxworkdir}/venvs/{envname}
|
envdir = {toxworkdir}/venvs/{envname}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user