Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 3b3fb16

Browse files
authored
Merge pull request #151 from obestwalter/patch-1
CODECOV_* env need to be in tox passenv
2 parents 0743daa + 331d4af commit 3b3fb16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Just please make sure to pass all the necessary environment variables through:
3535

3636
```
3737
[testenv]
38-
passenv = TOXENV CI TRAVIS TRAVIS_*
38+
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
3939
deps = codecov>=1.4.0
4040
commands = codecov -e TOXENV
4141
```

0 commit comments

Comments
 (0)