Skip to content

Commit

Permalink
tox: Fix passenv for tox 4
Browse files Browse the repository at this point in the history
Probably this needs fixing for GH actions anyway, but for now.
  • Loading branch information
cdown committed Jan 3, 2023
1 parent db39962 commit cf5dba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ commands =
pytest --doctest-modules

[testenv:coverage]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
passenv =
TRAVIS
TRAVIS_JOB_ID
TRAVIS_BRANCH
deps =
{[testenv]deps}
coverage
Expand Down

0 comments on commit cf5dba6

Please sign in to comment.