Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 1b603d8

Browse files
authored
Simpler passenv settings for tox
Also explicitly pass the TOXENV variable
1 parent 7f98cc0 commit 1b603d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Just please make sure to pass all the necessary environment variables through:
3131

3232
```
3333
[testenv]
34-
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
34+
passenv = TOXENV CI TRAVIS TRAVIS_*
3535
deps = codecov>=1.4.0
3636
commands = codecov -e TOXENV
3737
```

0 commit comments

Comments
 (0)