From 340e8b98da4f05029148ebb747afe97efd305990 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 31 Oct 2016 12:04:08 -0700 Subject: Update README to mention tox You can either run the tests manually or use tox. --- README.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 53a94e4..02e7b18 100644 --- a/README.rst +++ b/README.rst @@ -30,14 +30,25 @@ Install from pip: pip install pymemcache -For development, clone from github and run the tests with: +For development, clone from github and run the tests: .. code-block:: bash git clone https://github.com/pinterest/pymemcache.git cd pymemcache + +Run the tests manually: + +.. code-block:: bash + python setup.py nosetests +Or with `Tox `_: + +.. code-block:: bash + + tox + Usage ===== -- cgit v1.2.1