Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2016-02-13 03:19:57 +0300
committerBrad Warren <bmw@eff.org>2016-02-13 03:19:57 +0300
commit45ee1eb889c86f582c53b1743fdfaf9187c4658b (patch)
treebeb634b840212641ce455e7050157e8c7788a0bc /setup.py
parente493a0deff40cd22a32a2246915706e21628791c (diff)
parent86d6d2704511819a2974334ae93313229d3cb7d1 (diff)
Merge branch 'testing-dev-extras'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py14
1 files changed, 5 insertions, 9 deletions
diff --git a/setup.py b/setup.py
index b094e2d04..cbf0ff89d 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,12 @@ else:
dev_extras = [
# Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
'astroid==1.3.5',
+ 'coverage',
+ 'nose',
+ 'nosexcover',
+ 'pep8',
'pylint==1.4.2', # upstream #248
+ 'tox',
'twine',
'wheel',
]
@@ -77,14 +82,6 @@ docs_extras = [
'sphinxcontrib-programoutput',
]
-testing_extras = [
- 'coverage',
- 'nose',
- 'nosexcover',
- 'pep8',
- 'tox',
-]
-
setup(
name='letsencrypt',
version=version,
@@ -120,7 +117,6 @@ setup(
extras_require={
'dev': dev_extras,
'docs': docs_extras,
- 'testing': testing_extras,
},
# to test all packages run "python setup.py test -s