mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 08:59:54 +03:00
Drop basepython from tox config
Using basepython should no longer be necessary. We just need some version of Python 3 to run the env, and since the project is now Python 3-only, there is no reason to require this. Note that it was necessary previously when DRF was Python 2/3 compatible.
This commit is contained in:
parent
90ad36c123
commit
4d81958587
2
tox.ini
2
tox.ini
|
@ -44,14 +44,12 @@ deps =
|
|||
-rrequirements/requirements-optionals.txt
|
||||
|
||||
[testenv:lint]
|
||||
basepython = python3.8
|
||||
commands = ./runtests.py --lintonly
|
||||
deps =
|
||||
-rrequirements/requirements-codestyle.txt
|
||||
-rrequirements/requirements-testing.txt
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3.8
|
||||
skip_install = true
|
||||
commands = mkdocs build
|
||||
deps =
|
||||
|
|
Loading…
Reference in New Issue
Block a user