tis-repo/tox.ini
Dean Troyer b5ef8e2716 Set up repo for staging tests
Do base repo config for running tests from staging repos

Change-Id: I765d96c19b7a818269289af7b1f5820c414b24fd
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-04-27 09:03:16 -05:00

37 lines
623 B
INI

[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"