[pypy-commit] cffi default: update README

arigo pypy.commits at gmail.com
Sun Jan 15 11:02:05 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2858:e247d2f87c48
Date: 2017-01-15 17:01 +0100
http://bitbucket.org/cffi/cffi/changeset/e247d2f87c48/

Log:	update README

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@
 
 [Mailing list](https://groups.google.com/forum/#!forum/python-cffi)
 
-To run tests under CPython, run:
+To run tests under CPython, run::
 
-python setup.py build_ext -i
+    python setup.py build_ext -f -i
+    py.test c/ test/


More information about the pypy-commit mailing list