Skip to content

Commit 7d1f05d

Browse files
committed
Fix tox.ini
1 parent f8e6240 commit 7d1f05d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[tox]
2-
envlist = py27,py33
2+
envlist = py27,py33,py34
33

44
[testenv]
5+
install_command = pip install {opts} {packages}
6+
deps =
7+
pymemcache
58
commands = python -m unittest

0 commit comments

Comments
 (0)