Skip to content

Commit 78e91e1

Browse files
committed
tox: passenv: TERM
This is required for setupterm() in tests.
1 parent e055d02 commit 78e91e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
22
envlist = py27, py33, flake8, pypy
33

4-
5-
64
[testenv]
75
deps=
86
pytest
97
pexpect
108
commands=
119
py.test --junitxml={envdir}/junit.xml []
10+
passenv =
11+
TERM
1212

1313
[testenv:flake8]
1414
deps =

0 commit comments

Comments
 (0)