summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTadej Janež <tadej.j@nez.si>2017-02-21 00:24:39 +0100
committerMatt Clay <matt@mystile.com>2017-02-20 15:24:39 -0800
commit1bdffbd7ea1372574c4b74f22f2fb2e4e960a8d3 (patch)
tree6ba957f057e9553861b5ccf44faa93b8c01888f8 /tox.ini
parentbc8186543aef7cb28248a82f5b6c03cd477992eb (diff)
downloadansible-1bdffbd7ea1372574c4b74f22f2fb2e4e960a8d3.tar.gz
Pass TEST_FLAGS environment variable to tests run with Tox (#21611)
This allows customizing test runs when using Tox.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b023ea312b..f42710b7be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,6 +20,7 @@ passenv =
# Pass HOME to the test environment to avoid the missing HOME env
# variable error. See issue: #20424
HOME
+ TEST_FLAGS
[flake8]