third_party.pylibs.pylint.src/tox.ini
Brett Cannon 6eb99391f9 Test against the latest releases
--HG--
branch : python_6
2014-08-29 14:48:56 -04:00

12 lines
283 B
INI

[tox]
# official list is
#envlist = py27, py32, py33, py34
envlist = py27, py34
[testenv]
deps =
logilab-common
hg+https://bitbucket.org/logilab/astroid/
six
commands = python -Wi -m unittest discover -s {envsitepackagesdir}/pylint/test/ -p *test_*.py
changedir = {toxworkdir}