Author: Armin Rigo <[email protected]> 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/ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
