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