tox.ini using setup.py dev

This commit is contained in:
Jakub Warmuz
2014-11-27 20:13:21 +01:00
parent d548d7427f
commit 3f9a708789
+7 -7
View File
@@ -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