From d98e4f37080b8b8a76988c9c0fe7eef28372c0b8 Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Sun, 23 Apr 2017 19:01:05 -0700 Subject: Simplify README for running tests. Only tox --- README.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 813695a..6005c8c 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ pymemcache supports the following features: * Complete implementation of the memcached text protocol. * Configurable timeouts for socket connect and send/recv calls. * Access to the "noreply" flag, which can significantly increase the speed of writes. -* Flexible, simple approach to serialization and deserialization. +* Flexible, modular and simple approach to serialization and deserialization. * The (optional) ability to treat network and memcached errors as cache misses. Installing pymemcache @@ -37,13 +37,7 @@ For development, clone from github and run the tests: git clone https://github.com/pinterest/pymemcache.git cd pymemcache -Run the tests manually: - -.. code-block:: bash - - python setup.py nosetests - -Or with `Tox `_: +Run the tests (make sure you have a local memcached server running): .. code-block:: bash -- cgit v1.2.1