Skip to content

Commit

Permalink
Pass CFLAGS and LDFLAGS when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Sep 13, 2019
1 parent a16bdc5 commit c5b9414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -17,6 +17,7 @@ skip_missing_interpreters = true
[testenv]
description = run the unit tests under {basepython}
commands = python setup.py test -a "{posargs:-n auto}"
passenv = LDFLAGS CFLAGS

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

0 comments on commit c5b9414

Please sign in to comment.