blob: df44434c5e03c9f6c1ce934889cf01e03d3c154b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[tox]
envlist=py26, py27, py32, py33, pypy
develop=true
[testenv]
commands=
pip install pytest
python -m ansicolor.demos --color
python -m ansicolor.demos --diff
python -m ansicolor.demos --highlight
py.test
|