File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ tox is a generic virtualenv management and test command line tool you can use fo
6
6
- running your tests in each of the environments, configuring your test tool of choice
7
7
- acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing.
8
8
9
-
10
9
taken from `tox.readthedocs.io <https://tox.readthedocs.io/en/latest/ >`__.
11
10
12
11
Basic example.
@@ -28,7 +27,7 @@ environments you want your project to run in into a tox.ini file residing right
28
27
29
28
.. Note ::
30
29
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
32
31
and then answering a few simple questions.
33
32
34
33
To sdist-package, install and test your project against Python2.7 and Python3.6, just type:
You can’t perform that action at this time.
0 commit comments