Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit c881a76

Browse files
committed
minor fix
1 parent 1db05d4 commit c881a76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands=
2323
coverage erase
2424

2525
[testenv:travis]
26-
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH CODACY_PROJECT_TOKEN
26+
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
2727
deps =
2828
-r{toxinidir}/requirements/tests.txt
2929
coverage
@@ -36,4 +36,3 @@ commands =
3636
coverage report
3737
coverage xml
3838
coveralls
39-
python-codacy-coverage -r coverage.xml

0 commit comments

Comments
 (0)