summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2016-08-03 19:44:57 +0200
committerMartin Matusiak <numerodix@gmail.com>2016-08-03 19:44:57 +0200
commitfdd5c5ae92542a87606c24997c1897cd58911bef (patch)
treeb18f6b89edd51fa6da1949e3e8a50e04e4d9ace6 /tox.ini
parent0256058288efc4e5aa6f5ca244db24ba2cca2a23 (diff)
downloadansicolor-fdd5c5ae92542a87606c24997c1897cd58911bef.tar.gz
set TERM env var in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2147e7f..e14dc94 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,9 @@ envlist=py26, py27, py32, py33, py34, pypy
develop=true
[testenv]
+setenv=
+ TERM=xterm
+
commands=
pip install pytest flake8
python -m ansicolor.demos --color