1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/tox.ini
2014-11-27 20:56:35 +01:00

23 lines
583 B
INI

# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
envlist = py26,py27,cover,lint
[testenv]
commands =
python setup.py dev
python setup.py test -q # -q does not suppress errors
[testenv:cover]
commands =
python setup.py dev
python setup.py nosetests --with-coverage --cover-min-percentage=100
[testenv:lint]
commands =
python setup.py dev
pylint letsencrypt