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

[testenv]
setenv=
    TERM=xterm

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