Author: Matti Picus <[email protected]>
Branch: 
Changeset: r2870:7c43a8dc8393
Date: 2017-01-23 21:53 +0200
http://bitbucket.org/cffi/cffi/changeset/7c43a8dc8393/

Log:    tweak

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -21,8 +21,9 @@
 To run tests under CPython, run::
 
     pip install pytest     # if you don't have py.test already
+    pip install pycparser
     python setup.py build_ext -f -i
-    py.test c/ test/
+    py.test c/ testing/
 
 If you run in another directory (either the tests or another program),
 you should use the environment variable ``PYTHONPATH=/path`` to point
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to