third_party.pylibs.pylint.src/tox.ini
Brett Cannon d1ea75cbf0 Deal with a merge conflict
--HG--
branch : python_6
2014-08-29 15:44:03 -04:00

12 lines
293 B
INI

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