Skip to content

Commit

Permalink
Merge pull request #36 from crvux/fix-tox-ini
Browse files Browse the repository at this point in the history
Fix tox.ini passenv values
  • Loading branch information
sarnold authored Sep 1, 2024
2 parents c1fd7a3 + 8d5a19a commit b35e8c3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ commands =
cp210x-program.py --version

[testenv:readhex]
passenv = CI PYTHON PYTHONIOENCODING
passenv =
CI
PYTHON
PYTHONIOENCODING
skip_install = true

allowlist_externals =
Expand All @@ -115,7 +118,10 @@ commands =
cp210x-program.py --read-cp210x -f readhex.out

[testenv:read]
passenv = CI PYTHON PYTHONIOENCODING
passenv =
CI
PYTHON
PYTHONIOENCODING
skip_install = true

allowlist_externals =
Expand Down

0 comments on commit b35e8c3

Please sign in to comment.