From f18df4ea275a0c586ff6fc68cbc9fbdfe7c66874 Mon Sep 17 00:00:00 2001 From: Alejandro Cabrera Date: Wed, 15 Jan 2014 13:18:16 -0500 Subject: feat(tox): add support for testing with tox This adds notes in the README and a tox.ini file for use with the tox test manager. This helps greatly towards migrating python-memcached towards python 3.3+ compatibility. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2f29ab7..4fee26a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## Overview + This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached @@ -14,3 +16,14 @@ Please report issues and submit code changes to the github repository at: For changes prior to 2013-03-26, see the old Launchpad repository at: Historic issues: https://launchpad.net/python-memcached + +## Testing + +Test patches locally and easily by running tox: + + pip install tox + tox -e py27 + +Test for style by running tox: + + tox -e pep8 -- cgit v1.2.1