summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d9fcec4c8..bd0e7f4d7 100644
--- a/setup.py
+++ b/setup.py
@@ -65,9 +65,10 @@ docs_extras = [
]
testing_extras = tests_require + [
+ 'mock',
'nose',
'coverage',
- 'virtualenv', # for scaffolding tests
+ 'virtualenv', # for scaffolding tests
]
setup(name='pyramid',