summaryrefslogtreecommitdiff
path: root/tox.ini
blob: dab6cc1a2c64408580c2e1fcd6f84397037fcc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist=py26, py27, py32, py33, pypy
develop=true

[testenv]
commands=
    pip install pytest flake8
    python -m ansicolor.demos --color
    python -m ansicolor.demos --diff
    python -m ansicolor.demos --highlight
    py.test
    flake8