Skip to content

Commit

Permalink
tox: use passenv option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Dec 20, 2020
1 parent 53b945b commit 34518a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/maturin_extension/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
skipsdist = true

[testenv]
passenv = CARGO_*
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands =
Expand Down
1 change: 1 addition & 0 deletions examples/setuptools_rust_extension/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
skipsdist = true

[testenv]
passenv = CARGO_*
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands =
Expand Down
1 change: 1 addition & 0 deletions examples/word-count/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
skipsdist=true

[testenv]
passenv = CARGO_*
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands =
Expand Down

0 comments on commit 34518a3

Please sign in to comment.