summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-05-10 14:23:14 -0600
committerSean Reifschneider <jafo@tummy.com>2014-05-10 14:23:14 -0600
commitb2cb5e818773dca92055c966585421d517153559 (patch)
tree64dd621a6ac17c75f9723aadba173c4240af56ec /README.md
parentaddcde67b4bb4f62f3891503794deaed2f33bf95 (diff)
parentf18df4ea275a0c586ff6fc68cbc9fbdfe7c66874 (diff)
downloadpython-memcached-b2cb5e818773dca92055c966585421d517153559.tar.gz
Merge branch 'tox_support' of https://github.com/cabrera/python-memcached into cabrera-tox_support
Conflicts: README.md tests/test_setmulti.py
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0811f8a..115115e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
[![Build
Status](https://travis-ci.org/linsomniac/python-memcached.svg)](https://travis-ci.org/linsomniac/python-memcached)
+## 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
@@ -17,3 +19,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