Skip to content

Commit 7a0f1e0

Browse files
committed
docs: run tests only for 2.7 and 3.4
1 parent d1ba804 commit 7a0f1e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
5858
to 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+
6365
Use ``invoke check`` to **run a code-quality scan**.
6466

6567
To **start a watchdog that auto-rebuilds documentation** and reloads the opened browser tab on any change,

0 commit comments

Comments
 (0)