We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e6240 commit 7d1f05dCopy full SHA for 7d1f05d
tox.ini
@@ -1,5 +1,8 @@
1
[tox]
2
-envlist = py27,py33
+envlist = py27,py33,py34
3
4
[testenv]
5
+install_command = pip install {opts} {packages}
6
+deps =
7
+ pymemcache
8
commands = python -m unittest
0 commit comments