[FIX] tox ini to tox-matrix only mode

This commit is contained in:
Benedek Racz 2020-02-23 15:20:23 +01:00
parent a65b54d658
commit ec3f7ea2e8

14
tox.ini
View File

@ -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