Update tox.ini to pass github token

This commit is contained in:
Roman Mogylatov 2021-01-26 20:46:38 -05:00
parent cb76b2dc73
commit 168dc2811a

View File

@ -17,7 +17,7 @@ commands=
unit2 discover -s tests/unit -p test_*_py3*.py
[testenv:coveralls]
passenv=COVERALLS_GIT_BRANCH COVERALLS_REPO_TOKEN
passenv=COVERALLS_GIT_BRANCH COVERALLS_REPO_TOKEN GITHUB_TOKEN
basepython=python3.9
usedevelop=True
deps=