[python-dtcwt] 22/38: docs:gettingstarted: fix references to nose

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Mar 8 11:39:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-dtcwt.

commit b2d3e1102f172b5cb1920404d3c9ab88060f8a83
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 5 10:29:10 2015 +0100

    docs:gettingstarted: fix references to nose
---
 docs/gettingstarted.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 5735fd3..fe09d94 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -32,7 +32,8 @@ may verify the code works on your system:
 
 .. code-block:: console
 
-    $ python setup.py nosetests
+    $ pip install -r tests/requirements.txt
+    $ py.test
 
 This will also write test-coverage information to the ``cover/`` directory.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list