mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[FIX] tox ini to tox-matrix only mode
This commit is contained in:
parent
a65b54d658
commit
ec3f7ea2e8
14
tox.ini
14
tox.ini
@ -36,6 +36,9 @@ description = Unit tests installed
|
|||||||
|
|
||||||
changedir = test_01_installed
|
changedir = test_01_installed
|
||||||
|
|
||||||
|
whitelist_externals =
|
||||||
|
cp
|
||||||
|
|
||||||
# Appveyor will set the WEXPECT_SPAWN_CLASS to run the proper configuration for each run.
|
# Appveyor will set the WEXPECT_SPAWN_CLASS to run the proper configuration for each run.
|
||||||
passenv =
|
passenv =
|
||||||
WEXPECT_*
|
WEXPECT_*
|
||||||
@ -52,11 +55,16 @@ commands =
|
|||||||
# Test if wexpect working with pyinstaller. See #12 for more details.
|
# Test if wexpect working with pyinstaller. See #12 for more details.
|
||||||
description = Unit tests pyinstaller
|
description = Unit tests pyinstaller
|
||||||
|
|
||||||
# Appveyor will set the WEXPECT_SPAWN_CLASS to run the proper configuration for each run.
|
whitelist_externals =
|
||||||
passenv =
|
pyinstaller
|
||||||
WEXPECT_*
|
pyinstaller_test
|
||||||
|
|
||||||
|
setenv =
|
||||||
|
WEXPECT_SPAWN_CLASS=SpawnPipe
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
|
# install the dependencies:
|
||||||
|
pip install .[test]
|
||||||
|
|
||||||
# create wexpect executable for console-reader.
|
# create wexpect executable for console-reader.
|
||||||
pyinstaller wexpect.spec
|
pyinstaller wexpect.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user