Merge "Ensure testing is against current commit"

This commit is contained in:
Jenkins 2016-10-19 13:19:19 +00:00 committed by Gerrit Code Review
commit aa0cc3bf0b
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ setenv =
TEST_IDEMPOTENCE=false
VIRTUAL_ENV={envdir}
WORKING_DIR={toxinidir}
ANSIBLE_ACTION_PLUGINS={toxinidir}/action
ANSIBLE_CALLBACK_PLUGINS={toxinidir}/callback
ANSIBLE_CONNECTION_PLUGINS={toxinidir}/connection
ANSIBLE_FILTER_PLUGINS={toxinidir}/filter
ANSIBLE_LOOKUP_PLUGINS={toxinidir}/lookup
ANSIBLE_LIBRARY={toxinidir}/library
[testenv:docs]