summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPhilip Allgaier <mail@spacegaier.de>2022-04-03 12:07:36 +0200
committerGitHub <noreply@github.com>2022-04-03 12:07:36 +0200
commitb4584ee4c20821e02b61e09b74d1044a2d3b0c6a (patch)
tree918b5bd418dd96992c83acc00a27b8903c12d925 /tox.ini
parent6003cb30c520e650976ea5b936d04494b50d7849 (diff)
downloadvoluptuous-b4584ee4c20821e02b61e09b74d1044a2d3b0c6a.tar.gz
Extend README to include coverage run commands + unpin `setupstools` (#465)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 683c5b7..e09e222 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,6 @@ exclude = .tox,.venv,build,*.egg
[testenv]
distribute = True
sitepackages = False
-setuptools_version = setuptools<58.0
deps =
pytest
pytest-cov