Merge "Add tox.ini file."

This commit is contained in:
Jenkins 2012-01-05 19:35:53 +00:00 committed by Gerrit Code Review
commit 138dad3992

14
tox.ini Normal file

@ -0,0 +1,14 @@
[tox]
envlist = py26,py27
[testenv]
deps = -r{toxinidir}/tools/pip-requires
commands = /bin/bash run_tests.sh -N
[testenv:pep8]
deps = pep8
commands = /bin/bash run_tests.sh -N --pep8
[testenv:coverage]
deps = coverage
commands = /bin/bash run_tests.sh -N --coverage