Skip to content

Commit 7a713b9

Browse files
authored
Update tox.rst
1 parent ad4d99f commit 7a713b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Users/tox.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ tox is a generic virtualenv management and test command line tool you can use fo
66
- running your tests in each of the environments, configuring your test tool of choice
77
- acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
88

9-
109
taken from `tox.readthedocs.io <https://tox.readthedocs.io/en/latest/>`__.
1110

1211
Basic example.
@@ -28,7 +27,7 @@ environments you want your project to run in into a tox.ini file residing right
2827
2928
.. Note ::
3029
31-
You can also try generating a tox.ini file automatically, by running tox-quickstart
30+
You can also try generating a tox.ini file automatically, by running tox-quickstart
3231
and then answering a few simple questions.
3332

3433
To sdist-package, install and test your project against Python2.7 and Python3.6, just type:

0 commit comments

Comments
 (0)