diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:24:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | 94381879a06cb7257b016188036cebdedc63d6c5 (patch) | |
tree | 812dcd2f236798d7b118ae40723968fd8f1617b2 /python/tox | |
parent | e9045b66f6d9feb571ee7b1b7f8840b613ee07b1 (diff) |
python/tox: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/tox')
-rw-r--r-- | python/tox/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/tox/README b/python/tox/README index 09a826f4abdca..e170879d17bb9 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. |