summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 55b57ddf4b6edc8d7b951ce048e2e17d50e93cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
# official list is
#envlist = py27, py33, py34, pypy, jython
envlist = py27, py33, pylint

[testenv:pylint]
deps = 
  logilab-common
  six
  hg+https://bitbucket.org/logilab/astroid
  hg+https://bitbucket.org/logilab/pylint
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/astroid

[testenv]
deps =
  logilab-common
  six

commands = python -m unittest discover -s {envsitepackagesdir}/astroid/tests -p "unittest*.py"