Skip to content

Commit 4025750

Browse files
committed
add cffi as a dependency to use with pypy. Add test in readme for cffi
1 parent c6fd1c3 commit 4025750

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Dependencies
1111
* snappy library >= 1.0.2 (or revision 27)
1212
http://code.google.com/p/snappy/
1313

14+
To use with pypy:
15+
* cffi >= 0.7
16+
http://cffi.readthedocs.org/
17+
1418
* Supports Python 2.7 and Python 3
1519

1620
Build & Install
@@ -40,8 +44,12 @@ Run tests
4044

4145
::
4246

47+
# run python snappy tests
4348
nosetest test_snappy.py
4449

50+
# support for cffi backend
51+
nosetest test_snappy_cffi.py
52+
4553
Benchmarks
4654
==========
4755

0 commit comments

Comments
 (0)