summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 7e6ee32c324a6577a0c61a50b7cdb7ddeabe6878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist=py27, py38, py39
develop=true

[testenv]
setenv=
    TERM=xterm

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