Skip to content

Commit f189dd8

Browse files
committed
Pass CODECOV_TOKEN in tox.ini
1 parent 365ae10 commit f189dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ envlist = py26, py27, py33, py34, py35, pypy
44
[testenv]
55
commands =
66
python setup.py test
7-
codecov
7+
codecov -e TOXENV
88
skip_install = True
9-
passenv = CI SEMAPHORE BRANCH_NAME SEMAPHORE_BUILD_NUMBER SEMAPHORE_CURRENT_THREAD SEMAPHORE_REPO_SLUG REVISION TOXENV
9+
passenv = CI SEMAPHORE BRANCH_NAME SEMAPHORE_* REVISION CODECOV_TOKEN
1010
deps =
1111
cython
1212
pytest

0 commit comments

Comments
 (0)