mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-30 18:36:57 +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
|
||||
|
||||
whitelist_externals =
|
||||
cp
|
||||
|
||||
# Appveyor will set the WEXPECT_SPAWN_CLASS to run the proper configuration for each run.
|
||||
passenv =
|
||||
WEXPECT_*
|
||||
@ -52,11 +55,16 @@ commands =
|
||||
# Test if wexpect working with pyinstaller. See #12 for more details.
|
||||
description = Unit tests pyinstaller
|
||||
|
||||
# Appveyor will set the WEXPECT_SPAWN_CLASS to run the proper configuration for each run.
|
||||
passenv =
|
||||
WEXPECT_*
|
||||
whitelist_externals =
|
||||
pyinstaller
|
||||
pyinstaller_test
|
||||
|
||||
setenv =
|
||||
WEXPECT_SPAWN_CLASS=SpawnPipe
|
||||
|
||||
commands =
|
||||
# install the dependencies:
|
||||
pip install .[test]
|
||||
|
||||
# create wexpect executable for console-reader.
|
||||
pyinstaller wexpect.spec
|
||||
|
Loading…
Reference in New Issue
Block a user