mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[ADD][TST] add SpawnPipe to tox.ini. Now Appveyor tests both legacy and SpawnPipe.
This commit is contained in:
parent
69f40723d2
commit
ad50d38614
5
tox.ini
5
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user