Changed execution of nosetests

pull/21/head
Mišo Belica 11 years ago
parent 471db19a43
commit c091249162

@ -51,8 +51,7 @@ Tests
-----
.. code-block:: bash
$ nosetests --with-coverage --cover-package=readability --cover-erase tests
$ nosetests-3.3 --with-coverage --cover-package=readability --cover-erase tests
$ nosetests-2.6 tests && nosetests-3.2 tests && nosetests-2.7 tests && nosetests-3.3 tests
Usage

@ -0,0 +1,4 @@
[nosetests]
with-coverage=1
cover-package=readability
cover-erase=1
Loading…
Cancel
Save