Skip to content

Commit

Permalink
Separate TOX CFLAGS,LDFLAGS with comma (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Dec 15, 2022
1 parent 09b0822 commit 8b647e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -46,7 +46,7 @@ commands = pytest --cov {posargs:-n auto} --ignore stripe
# by passing the following flags:
# LDFLAGS="-L$(brew --prefix openssl@1.1)/lib"
# CFLAGS="-I$(brew --prefix openssl@1.1)/include"
passenv = LDFLAGS CFLAGS
passenv = LDFLAGS,CFLAGS

[testenv:fmt]
description = run code formatting using black
Expand Down

0 comments on commit 8b647e9

Please sign in to comment.