summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhermann <jh@web.de>2017-02-28 18:35:34 +0100
committerjhermann <jh@web.de>2017-02-28 18:35:34 +0100
commit7a0f1e06b5da72b1ed982720f79ffd3298243092 (patch)
tree9a3dac50f6f685f047d432a575ebda87570a09a7
parentd1ba8045591f5e54a275f843bb11f56d4a5d75fd (diff)
downloadconfigobj-git-7a0f1e06b5da72b1ed982720f79ffd3298243092.tar.gz
docs: run tests only for 2.7 and 3.4
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c59d5fa..18a9908 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,11 @@ For this to work, you might also need to follow some
[setup procedures](https://py-generic-project.readthedocs.io/en/latest/installing.html#quick-setup)
to make the necessary basic commands available on *Linux*, *Mac OS X*, and *Windows*.
-**Running the test suite** can be done several ways, just call ``invoke test`` for a quick check,
-or ``invoke test.tox`` for testing with all supported Python versions
-(if you [have them available](https://github.com/jhermann/priscilla/tree/master/pyenv)).
+**Running the test suite** can be done several ways, just call ``invoke test`` for a quick check.
+Run ``invoke test.tox`` for testing with *all* supported Python versions
+(if you [have them available](https://github.com/jhermann/priscilla/tree/master/pyenv)),
+or be more selective by e.g. calling ``invoke test.tox -e py27,py34``.
+
Use ``invoke check`` to **run a code-quality scan**.
To **start a watchdog that auto-rebuilds documentation** and reloads the opened browser tab on any change,