diff --git a/pypi_description.rst b/pypi_description.rst index 36df65a..933acc8 100644 --- a/pypi_description.rst +++ b/pypi_description.rst @@ -67,11 +67,12 @@ The test suite requires access the reference function outputs. Testing can be automated with -`nose `__, issuing: +`nose `__ and triggered with: :: - nosetests -v deltasigma/*.py + python setup.py test + Documentation -------------