summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 2 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 581f62c..b183b09 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py{37,38,39,310,311}-{test,selfcheck},check_readme,check-dist
+envlist=py{37,38,39,310,311},check_readme,check-dist
[pytest]
testpaths=testing
@@ -21,17 +21,13 @@ ignore=E203,W503
[testenv]
usedevelop=True
-skip_install=
- selfcheck: True
- test: False
deps=
pytest
setuptools >= 45
virtualenv>20
typing_extensions
commands=
- test: pytest []
- selfcheck: python setup.py --version
+ pytest []