Skip to content

Commit 9cd7dab

Browse files
author
Steve Peak
authored
Merge pull request codecov#76 from peterjc/patch-1
Simpler passenv settings for tox
2 parents 7f98cc0 + 1b603d8 commit 9cd7dab

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)