summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <TheRealFalcon@users.noreply.github.com>2021-04-15 10:20:04 -0500
committerGitHub <noreply@github.com>2021-04-15 10:20:04 -0500
commit0d90596b56db5d306125ead08c571fc8d44d528e (patch)
treef534590462cce32dbdf8c292430b438f03f17be7 /tox.ini
parentcc16c9224681c9a60c2be5c52cff45aa17a8c010 (diff)
downloadvyos-cloud-init-0d90596b56db5d306125ead08c571fc8d44d528e.tar.gz
vyos-cloud-init-0d90596b56db5d306125ead08c571fc8d44d528e.zip
Emit dots on travis to avoid timeout (#867)
The current method of running a background sleep until travis is finished is causing integration test runs to pass even when they should be failing. Instead, update the code to emit dots itself.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3158ebd5..bf8cb78b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -153,7 +153,7 @@ deps =
[testenv:integration-tests-ci]
commands = {envpython} -m pytest --log-cli-level=INFO {posargs:tests/integration_tests}
-passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_*
+passenv = CLOUD_INIT_* SSH_AUTH_SOCK OS_* TRAVIS
deps =
-r{toxinidir}/integration-requirements.txt
setenv =