blob: 622251ca9e56d761bc62b96d962eab1b79b7563f (
plain)
1
2
3
4
5
6
7
8
9
|
[tox]
# official list is
#envlist = py27, py33, py34
envlist = py27, py33
[testenv]
deps =
logilab-common
six
commands = python -Wi -m unittest discover -v -s {envsitepackagesdir}/astroid/tests -p "unittest*.py"
|