From 7ac37c333a70cd459dca5e7854967f04fff4f5de Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Fri, 27 Mar 2015 15:23:11 +0300 Subject: [PATCH] Add 'test_runner' option into the README. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 03ff9cfe..cc62118b 100644 --- a/README.rst +++ b/README.rst @@ -117,6 +117,11 @@ You will be asked for these fields: "no" - Enable the test matrix generator script. If you don't have a huge number of test environments then probably you don't need this. + * - ``test_runner`` + - .. code:: python + + "pytest" + - Select if you want to run tests with ``pytest`` or ``nose``. The testing (``tox.ini`` and ``.travis.yml``) configuration is generated from templates. For your convenience there's an initial bootstrap ``tox.ini``, to get the initial generation going just run::