We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fd1c3 commit 4025750Copy full SHA for 4025750
1 file changed
README.rst
@@ -11,6 +11,10 @@ Dependencies
11
* snappy library >= 1.0.2 (or revision 27)
12
http://code.google.com/p/snappy/
13
14
+To use with pypy:
15
+* cffi >= 0.7
16
+ http://cffi.readthedocs.org/
17
+
18
* Supports Python 2.7 and Python 3
19
20
Build & Install
@@ -40,8 +44,12 @@ Run tests
40
44
41
45
::
42
46
47
+ # run python snappy tests
43
48
nosetest test_snappy.py
49
50
+ # support for cffi backend
51
+ nosetest test_snappy_cffi.py
52
53
Benchmarks
54
==========
55
0 commit comments