mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
tox.ini using setup.py dev
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py26, py27, lint
|
||||
envlist = py26,py27,lint
|
||||
|
||||
[testenv]
|
||||
commands = nosetests
|
||||
deps =
|
||||
nose
|
||||
commands =
|
||||
python setup.py dev
|
||||
nosetests
|
||||
|
||||
[testenv:lint]
|
||||
commands = pylint letsencrypt
|
||||
deps =
|
||||
pylint
|
||||
commands =
|
||||
python setup.py dev
|
||||
pylint letsencrypt
|
||||
|
||||
Reference in New Issue
Block a user