1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 300417287a..e1ae34429f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -111,7 +111,7 @@ commands =
[testenv:packaging]
skip_install=True
deps =
- check-manifest==0.41
+ check-manifest
commands =
check-manifest
@@ -131,7 +131,6 @@ skip_install = True
deps = towncrier>=18.6.0rc1
commands =
python -m towncrier.check --compare-with=origin/dinsic
-basepython = python3.6
[testenv:check-sampleconfig]
commands = {toxinidir}/scripts-dev/generate_sample_config --check
@@ -161,7 +160,7 @@ commands=
[testenv:mypy]
deps =
{[base]deps}
-extras = all, mypy
+extras = all,mypy
commands = mypy
# To find all folders that pass mypy you run:
|