Pass TEST_FLAGS environment variable to tests run with Tox (#21611)

This allows customizing test runs when using Tox.
This commit is contained in:
Tadej Janež 2017-02-21 00:24:39 +01:00 committed by Matt Clay
parent bc8186543a
commit 1bdffbd7ea

View file

@ -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]