diff options
author | John Anderson <sontek@gmail.com> | 2015-06-19 19:13:20 -0700 |
---|---|---|
committer | John Anderson <sontek@gmail.com> | 2015-06-19 19:13:20 -0700 |
commit | 67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d (patch) | |
tree | dec7290a7efd79a347f3e799f4c1f2cbd2d72e70 /tox.ini | |
parent | dfe14f89c03822c06a94b880e21c4ac5f3d9d093 (diff) | |
download | pymemcache-67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d.tar.gz |
Add nose as a dependency
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ envlist = py26, py27, pypy, py33, py34 [testenv] +deps = nose commands = python setup.py nosetests |