Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 41a79f1

Browse files
committed
Simplify tox passenv.
1 parent 85a26f6 commit 41a79f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ max-line-length = 99
1313
import-order-style = google
1414

1515
[testenv]
16-
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
16+
passenv = CI TRAVIS TRAVIS_*
1717
deps =
1818
-rrequirements-dev.txt
1919
codecov

0 commit comments

Comments
 (0)