File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,17 @@ We recommend to use the following workflow if you would like to contribute:
49
49
4. Work on your branch. Commit your work. Don't forget to write test cases
50
50
for your new feature.
51
51
52
- 5. Run the test suite. You have the following options:
52
+ 5. Run the test suite. You can decide to run the complete test suite or
53
+ only part of it:
53
54
54
- * To run a complete test use the `` setup.py `` script (shown for Python 3) ::
55
+ * To run all tests, use::
55
56
56
- $ python3 setup.py test
57
+ $ tox
57
58
58
- This may create some errors as you probably do not have all Python
59
- versions installed on your system. To restrict it to only installed
60
- version (probably 2.7 and 3.x), pass this options::
59
+ If you have not all Python interpreters installed on your system
60
+ it will probably give you some errors. To avoid such errors, use::
61
61
62
- $ python3 setup.py test -a --skip-missing-interpreters
62
+ $ tox --skip-missing-interpreters
63
63
64
64
* To run a test for a specific Python version, use the
65
65
:command: `tox ` command, for example, for Python 3.6::
You can’t perform that action at this time.
0 commit comments