projects
/
pgwui_logout
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7116361
)
Install the extra testing dependencies when testing
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:42:40 +0000
(15:42 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:42:40 +0000
(15:42 -0500)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index 885f6ab543774c5a69e74c0ac8e862063aa74c77..ab3792e721e6721a99f4963e160a322575466853 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-17,6
+17,10
@@
deps =
pytest-cov
twine
# coverage
+
+# Use the "test" optional-dependency
+extras = test
+
commands =
check-manifest
python setup.py sdist