mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 01:32:30 +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},
|
||||
base,dist,docs,
|
||||
|
||||
[travis:env]
|
||||
DJANGO =
|
||||
3.0: django30
|
||||
3.1: django31
|
||||
3.2: django32
|
||||
4.0: django40
|
||||
4.1: django41
|
||||
main: djangomain
|
||||
|
||||
[testenv]
|
||||
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning runtests.py --coverage {posargs}
|
||||
envdir = {toxworkdir}/venvs/{envname}
|
||||
|
|
Loading…
Reference in New Issue
Block a user