remove nose dev dep

This commit is contained in:
Brad Warren 2017-11-28 15:51:26 -08:00
parent 0df16749d6
commit 5b06ed4284
3 changed files with 3 additions and 8 deletions

View file

@ -31,7 +31,7 @@ if sys.version_info < (2, 7):
])
dev_extras = [
'nose',
'pytest',
'tox',
]

View file

@ -3,9 +3,3 @@ universal = 1
[easy_install]
zip_ok = false
[nosetests]
nocapture=1
cover-package=certbot,acme,certbot_apache,certbot_nginx
cover-erase=1
cover-tests=1

View file

@ -67,7 +67,8 @@ dev_extras = [
'astroid==1.3.5',
'coverage',
'ipdb',
'nose',
'pytest',
'pytest-xdist',
'pylint==1.4.2', # upstream #248
'tox',
'twine',