summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 08baf49..498843d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ setenv =
COVERAGE_FILE=.coverage.{envname}
[testenv:coverage]
-basepython = python3.8
commands =
coverage combine
coverage xml
@@ -30,7 +29,6 @@ depends = py27, py35
[testenv:lint]
skip_install = True
-basepython = python3.8
commands =
black --check --diff .
check-manifest
@@ -57,7 +55,6 @@ extras =
[testenv:run-flake8]
skip_install = True
-basepython = python3.8
commands =
flake8 src/waitress/ tests
deps =
@@ -66,7 +63,6 @@ deps =
[testenv:run-black]
skip_install = True
-basepython = python3.8
commands =
black .
deps =
@@ -74,7 +70,6 @@ deps =
[testenv:build]
skip_install = true
-basepython = python3.8
commands =
# clean up build/ and dist/ folders
python -c 'import shutil; shutil.rmtree("build", ignore_errors=True)'