Skip to content

Commit

Permalink
Pass env vars for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbriolat committed Oct 27, 2019
1 parent 52791c3 commit d6fa9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py36,py37
skipsdist = True

[testenv]
passenv = TRAVIS TRAVIS_* COVERALLS_* JENKINS_HOME BUILD_NUMBER CI_PULL_REQUEST BRANCH_NAME
passenv = TRAVIS TRAVIS_* COVERALLS_* JENKINS_HOME BUILD_NUMBER CI_PULL_REQUEST BRANCH_NAME GITHUB_*
deps =
-r requirements.txt
coveralls: coveralls
Expand Down

0 comments on commit d6fa9e5

Please sign in to comment.