mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
commit
034393c362
3 changed files with 3 additions and 10 deletions
|
|
@ -1,6 +1,5 @@
|
|||
M2Crypto==0.22.3
|
||||
python2-pythondialog
|
||||
jsonschema==2.4.0
|
||||
#python-augeas==0.5.0
|
||||
python-augeas==0.5.0
|
||||
requests==2.4.3
|
||||
https://github.com/giraldeau/python-augeas/archive/v0.5.0.zip
|
||||
|
|
|
|||
6
setup.py
6
setup.py
|
|
@ -15,7 +15,7 @@ testing_extras = [
|
|||
'coverage',
|
||||
'nose',
|
||||
'pylint',
|
||||
'tox>=1.6',
|
||||
'tox',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
@ -30,10 +30,6 @@ setup(
|
|||
'letsencrypt.client',
|
||||
'letsencrypt.scripts',
|
||||
],
|
||||
dependency_links=[
|
||||
# http://augeas.net/download.html
|
||||
'https://fedorahosted.org/released/python-augeas/',
|
||||
],
|
||||
install_requires=install_requires,
|
||||
tests_require=install_requires,
|
||||
extras_require={
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -7,8 +7,6 @@
|
|||
envlist = py26, py27, lint
|
||||
|
||||
[testenv]
|
||||
# install_command requires tox>=1.6
|
||||
install_command = pip install --process-dependency-links {opts} {packages}
|
||||
commands = nosetests
|
||||
deps =
|
||||
nose
|
||||
|
|
@ -16,4 +14,4 @@ deps =
|
|||
[testenv:lint]
|
||||
commands = pylint letsencrypt
|
||||
deps =
|
||||
pylint
|
||||
pylint
|
||||
|
|
|
|||
Loading…
Reference in a new issue