You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
623 B
36 lines
623 B
[tox] |
|
minversion = 2.3 |
|
skipsdist = True |
|
|
|
[testenv] |
|
basepython = python3 |
|
whitelist_externals = |
|
bash |
|
find |
|
rm |
|
env |
|
ls |
|
setenv = |
|
VIRTUAL_ENV={envdir} |
|
LANGUAGE=en_US |
|
LC_ALL=en_US.utf-8 |
|
OS_STDOUT_CAPTURE=1 |
|
OS_STDERR_CAPTURE=1 |
|
OS_TEST_TIMEOUT=160 |
|
PYTHONDONTWRITEBYTECODE=1 |
|
|
|
[testenv:debug] |
|
envdir = {toxworkdir}/shared |
|
commands = |
|
bash -c "pwd; cd ../../../stx-nova; git branch" |
|
ls -l ../../../stx-nova |
|
|
|
[testenv:pep8] |
|
envdir = {toxworkdir}/shared |
|
commands = |
|
bash -c "echo placeholder env: pep8" |
|
|
|
[testenv:functional] |
|
envdir = {toxworkdir}/shared |
|
commands = |
|
bash -c "echo placeholder env: functional"
|
|
|