Skip to content

Commit

Permalink
Add 'test_runner' option into the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt authored and ionelmc committed Mar 27, 2015
1 parent 15ad3f4 commit 7ac37c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 7ac37c3

Please sign in to comment.