summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 883f6196..e547c693 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,9 +5,9 @@ recreate = True
[testenv]
commands = python -m nose tests
deps =
+ contextlib2
httpretty>=0.7.1
mock
- mocker
nose
pep8==1.5.7
pyflakes