Support passing CFLAGS and LDFLAGS.

This commit is contained in:
Matt Clay
2019-06-04 21:54:54 -07:00
parent 7a4dc4b1b0
commit 58f6604efa
2 changed files with 12 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ minversion = 2.5.0
[testenv]
changedir = {toxinidir}/../../
commands = {posargs}
passenv = HOME LC_ALL SHIPPABLE* ANSIBLE_KEEP_REMOTE_FILES
passenv = HOME LC_ALL SHIPPABLE* ANSIBLE_KEEP_REMOTE_FILES LDFLAGS CFLAGS
args_are_paths = False
deps = setuptools == 35.0.2
wheel < 0.30.0 ; python_version < '2.7'