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

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