File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ For this to work, you might also need to follow some
5757[ setup procedures] ( https://py-generic-project.readthedocs.io/en/latest/installing.html#quick-setup )
5858to make the necessary basic commands available on * Linux* , * Mac OS X* , and * Windows* .
5959
60- ** Running the test suite** can be done several ways, just call `` invoke test `` for a quick check,
61- or `` invoke test.tox `` for testing with all supported Python versions
62- (if you [ have them available] ( https://github.com/jhermann/priscilla/tree/master/pyenv ) ).
60+ ** Running the test suite** can be done several ways, just call `` invoke test `` for a quick check.
61+ Run `` invoke test.tox `` for testing with * all* supported Python versions
62+ (if you [ have them available] ( https://github.com/jhermann/priscilla/tree/master/pyenv ) ),
63+ or be more selective by e.g. calling `` invoke test.tox -e py27,py34 `` .
64+
6365Use `` invoke check `` to ** run a code-quality scan** .
6466
6567To ** start a watchdog that auto-rebuilds documentation** and reloads the opened browser tab on any change,
You can’t perform that action at this time.
0 commit comments