summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2017-11-27 11:48:13 -0800
committerJoe Gordon <jogo@pinterest.com>2017-11-27 13:18:20 -0800
commit8ba7994e26e01251254ff1e3d5317a6b3845c1f5 (patch)
tree9374041f3b9d87bda7352774f19eb25920ba69dc
parent3a92820576f67fc175f175d82b04c9afcce42300 (diff)
downloadpymemcache-8ba7994e26e01251254ff1e3d5317a6b3845c1f5.tar.gz
Run full benchmark test in travis
Add pylibmc and python-memcached to test-requirements
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 09c8163..df915d9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,3 +2,5 @@ mock
pytest
pytest-cov
gevent==1.1; "PyPy" not in platform_python_implementation
+pylibmc
+python-memcached