summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:24:25 +0100
committer B. Watson2022-03-17 17:38:00 +0100
commit94381879a06cb7257b016188036cebdedc63d6c5 (patch)
tree812dcd2f236798d7b118ae40723968fd8f1617b2 /python
parente9045b66f6d9feb571ee7b1b7f8840b613ee07b1 (diff)
downloadslackbuilds-94381879a06cb7257b016188036cebdedc63d6c5.tar.gz
python/tox: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/tox/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/tox/README b/python/tox/README
index 09a826f4ab..e170879d17 100644
--- a/python/tox/README
+++ b/python/tox/README
@@ -1,11 +1,11 @@
-Tox as is a generic virtualenv management and test command line tool you can
-use for:
+Tox as is a generic virtualenv management and test command line tool
+you can use for:
-* checking your package installs correctly with different Python versions and
- interpreters
+* checking your package installs correctly with different Python
+ versions and interpreters
-* running your tests in each of the environments, configuring your test
-tool of choice
+* running your tests in each of the environments, configuring your
+ test tool of choice
* acting as a frontend to Continuous Integration servers, greatly
reducing boilerplate and merging CI and shell-based testing.