[python-dtcwt] 21/38: README: fix reference from nose to py.test

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 9979820a16be3903c1969093ae353e66fad7699c
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Wed Aug 5 10:28:40 2015 +0100

    README: fix reference from nose to py.test
---
 README.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index cf6651b..d058d6b 100644
--- a/README.rst
+++ b/README.rst
@@ -64,7 +64,8 @@ Python project::
 significant modification to the library.) A test suite is provided so that you
 may verify the code works on your system::
 
-    $ 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