summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 276dc7379d38857b3c08dc2dc9d1b9d524f36246 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
# official list is
#envlist = py25, py26, py27, py32, py33
# though 2.5 support is known to be broken...
envlist = py27, py33
[testenv]
deps =
  logilab-common
changedir = {envsitepackagesdir}/astroid/test
commands = python -Wi -m unittest discover -p "unittest*.py"