remove travis config

This commit is contained in:
Adam Johnson 2022-12-08 01:01:21 +00:00
parent cd0a16eaa6
commit c405c3edc5

View File

@ -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}