summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-17 17:13:52 +0200
committerChris McDonough <chrism@plope.com>2013-08-17 17:13:52 +0200
commit2d66691349b5042a0316c3f051c3a6d7edddc4a1 (patch)
treef64500ce714a5b010bbe257ec36e08b61316d7f2 /setup.py
parente5bf80f65c1ad3c634ee1fa29735842ec0916afc (diff)
parenteabb3477633e4ca8b12008cfb85599ec1558246c (diff)
downloadpyramid-2d66691349b5042a0316c3f051c3a6d7edddc4a1.tar.gz
pyramid-2d66691349b5042a0316c3f051c3a6d7edddc4a1.tar.bz2
pyramid-2d66691349b5042a0316c3f051c3a6d7edddc4a1.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 60b20b069..64e63956e 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ docs_extras = [
testing_extras = tests_require + [
'nose',
+ 'nose-selecttests',
'coverage',
'virtualenv', # for scaffolding tests
]