lbry-rocksdb/rocksdb/tests
Mehdi Abaakouk e4c0de9455 Allow to compile the extension everywhere
This change:
* uses to setuptools Cython automatic extension build system.
* Add tox.ini to run tests and build docs into virtualenv
* Add .travis.yaml and Dockerfile to run tests in CI
* Change requirements to ensure:
  - Cython and setuptools are installed before we build the Cython
    extension
  - tests dependencies are not installed by default
  - doc dependencies are explicit
* Add missing lz4 library
* Allow to build the module with any librocksdb headers (no-rtti)

Closes #15
2018-02-09 09:21:56 +01:00
..
__init__.py Initial commit of the driver 2014-01-13 19:52:22 +01:00
test_db.py Allow to compile the extension everywhere 2018-02-09 09:21:56 +01:00
test_memtable.py add testcase for memtable 2017-06-19 13:59:31 +08:00
test_options.py Allow to compile the extension everywhere 2018-02-09 09:21:56 +01:00