aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tox/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-17 16:00:47 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 17:18:59 +0700
commit654188521b76e201ac6e2cc7b078671b2a8f19e0 (patch)
tree28300d3e6af93769b525ff1494dfcfcc6ec52333 /python/python3-tox/README
parent6d93d7155d79e71b0437d861bc36217394489329 (diff)
python/python3-tox: Added (task automation tool).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tox/README')
-rw-r--r--python/python3-tox/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-tox/README b/python/python3-tox/README
new file mode 100644
index 0000000000..5105e1c5cd
--- /dev/null
+++ b/python/python3-tox/README
@@ -0,0 +1,5 @@
+python3-tox (CLI CI frontend and development task automation tool)
+
+tox aims to automate and standardize testing in Python. It is part
+of a larger vision of easing the packaging, testing and release
+process of Python software (alongside pytest and devpi).