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:
Ryan P Kilby 2019-10-22 11:34:13 -07:00 committed by GitHub
parent 90ad36c123
commit 4d81958587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,14 +44,12 @@ deps =
-rrequirements/requirements-optionals.txt -rrequirements/requirements-optionals.txt
[testenv:lint] [testenv:lint]
basepython = python3.8
commands = ./runtests.py --lintonly commands = ./runtests.py --lintonly
deps = deps =
-rrequirements/requirements-codestyle.txt -rrequirements/requirements-codestyle.txt
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
[testenv:docs] [testenv:docs]
basepython = python3.8
skip_install = true skip_install = true
commands = mkdocs build commands = mkdocs build
deps = deps =