projects
/
pgwui_bulk_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48bc65
)
Install the extra testing dependencies when testing
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:40:04 +0000
(15:40 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 4 Oct 2024 20:40:04 +0000
(15:40 -0500)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index 9d54d97335ac7cdd9faf8e115ab6cc76ecfaecb4..505bd0abfbb9d83e1ca863d8295429002fd3b908 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