aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/tox/README12
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.