summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 97268aed232bcbbf98da79edcfc1cbe7d71238df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
# official list is
#envlist = py27, py32, py33, py34
#envlist = py27, py33
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}