Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit c1d5e7c

Browse files
author
Olivier Gambier
committed
Fix tox bustage
When additional INCLUDE and LIB vars are not defined
1 parent 7349e51 commit c1d5e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore = H102,H304,H803
99
[testenv]
1010
# XXX clang, latest OSX:
1111
# http://bruteforce.gr/bypassing-clang-error-unknown-argument.html
12-
setenv = ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future -I{env:TOX_INCLUDE} -L{env:TOX_LIB}
12+
setenv = ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future -I{env:TOX_INCLUDE:""} -L{env:TOX_LIB:""}
1313
SETTINGS_FLAVOR=test
1414
DOCKER_REGISTRY_CONFIG=config_sample.yml
1515

0 commit comments

Comments
 (0)