summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-29 19:16:44 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-29 19:16:44 +0200
commit424e5d7147beb7b3fe119e09d6973fca9ad0a290 (patch)
treef9727f9b7d81a0d3f87474fc415ee4272ada1ad8 /README.md
parent2e7eb0ea678c1fee3e9e32f0796401306c0d67e9 (diff)
The test suite also likes PyPy.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index aa42fb2..140aae1 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,8 @@ configurations generated by Kconfiglib with configurations generated by
Python 2 is used at the moment.
Kconfiglib works well with [PyPy](http://pypy.org). It might give a nice
-speedup over CPython when batch processing a large number of configurations.
+speedup over CPython when batch processing a large number of configurations,
+as well as when running the test suite.
Please tell me if you miss some API instead of digging into internals. The
internal data structures and APIs, and dependency stuff in particular, are