summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-06-19 19:13:20 -0700
committerJohn Anderson <sontek@gmail.com>2015-06-19 19:13:20 -0700
commit67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d (patch)
treedec7290a7efd79a347f3e799f4c1f2cbd2d72e70 /tox.ini
parentdfe14f89c03822c06a94b880e21c4ac5f3d9d093 (diff)
downloadpymemcache-67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d.tar.gz
Add nose as a dependency
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9eecf2a..727d0e3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,6 @@
envlist = py26, py27, pypy, py33, py34
[testenv]
+deps = nose
commands =
python setup.py nosetests