11[tox]
22envlist =
3- py{36, 37,38,39,310}-django{22,32}-drf{312,313,master},
3+ py{37,38,39,310}-django{22,32}-drf{312,313,master},
44 py{38,39,310}-django40-drf{313,master},
55 lint,docs
66
@@ -23,27 +23,27 @@ commands =
2323 pytest --cov --no-cov-on-fail --cov-report xml {posargs}
2424
2525[testenv:black]
26- basepython = python3.6
26+ basepython = python3.7
2727deps =
2828 -rrequirements/requirements-codestyle.txt
2929commands = black --check .
3030
3131[testenv:lint]
32- basepython = python3.6
32+ basepython = python3.7
3333deps =
3434 -rrequirements/requirements-codestyle.txt
3535 -rrequirements/requirements-testing.txt
3636 -rrequirements/requirements-optionals.txt
3737commands = flake8
3838
3939[testenv:docs]
40- basepython = python3.6
40+ basepython = python3.7
4141deps =
4242 -rrequirements/requirements-testing.txt
4343 -rrequirements/requirements-optionals.txt
4444 -rrequirements/requirements-documentation.txt
4545commands =
4646 sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
4747
48- [testenv:py{36, 37,38,39,310}-django{22,32,40}-drfmaster]
48+ [testenv:py{37,38,39,310}-django{22,32,40}-drfmaster]
4949ignore_outcome = true
0 commit comments