[ADD][TST] add SpawnPipe to tox.ini. Now Appveyor tests both legacy and SpawnPipe.

This commit is contained in:
Benedek Racz 2020-02-01 12:57:17 +01:00
parent 69f40723d2
commit ad50d38614

View File

@ -1,10 +1,13 @@
# tox.ini
[tox]
envlist = py{37}
envlist = py{37}-{default,legacy_wexpect,spawn_pipe}
[testenv]
description = Unit tests
setenv =
spawn_pipe: WEXPECT_SPAWN_CLASS=SpawnPipe
legacy_wexpect: WEXPECT_SPAWN_CLASS=legacy_wexpect
commands =
pip install .[test]
coverage run -m unittest