Merge pull request #127 from jogo/README

Update README to mention tox
This commit is contained in:
Jon Parise
2016-10-31 13:07:42 -07:00
committed by GitHub

View File

@@ -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 <http://tox.readthedocs.io/>`_:
.. code-block:: bash
tox
Usage
=====