summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2021-06-16 16:24:54 +0200
committerGitHub <noreply@github.com>2021-06-16 07:24:54 -0700
commitdacfa9f06377ea1f2578fafde325417e8dcd0459 (patch)
treeacc051769c0ddd2d137b5becaac7ccefa26d430f /tox.ini
parentd12d59de5ab91335320748bca5e34a3e6d836ec8 (diff)
downloadpymemcache-dacfa9f06377ea1f2578fafde325417e8dcd0459.tar.gz
Document how to use pymemcache Client from shell. (#221)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7cdf9b1..c518542 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,3 +32,6 @@ commands =
pip install -r docs-requirements.txt
sphinx-apidoc -o docs/apidoc/ pymemcache
sphinx-build -b html docs/ docs/_build
+
+[testenv:venv]
+commands = {posargs}