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

# drone.io
envlist = py27, py33, pylint

# For testing off drone.io---please don't delete.
# envlist = py27, py34, pypy, pylint

[testenv:pylint]
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/astroid

[testenv]
deps =
  lazy-object-proxy
  py27,py33,pypy,jython: singledispatch
  six
  wrapt
  pylint: hg+https://bitbucket.org/logilab/pylint
commands = python -m unittest discover -s {envsitepackagesdir}/astroid/tests -p "unittest*.py"