diff options
| author | Bobby <[email protected]> | 2022-08-30 21:06:21 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 21:06:21 -0400 |
| commit | 2e7cc758ed0dc5beb7c18aeae8eb7f27786a3957 (patch) | |
| tree | a8a751ce2554b1b9b594c28acd21cbf6241aa334 | |
| parent | 661c9bbf5280347d9809c72c42cfc641659a2030 (diff) | |
| download | edify-2e7cc758ed0dc5beb7c18aeae8eb7f27786a3957.tar.xz edify-2e7cc758ed0dc5beb7c18aeae8eb7f27786a3957.zip | |
Remove env from tox.ini
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -71,7 +71,6 @@ commands = codecov [] [testenv:report] -passenv = CODECOV_TOKEN deps = coverage codecov @@ -80,7 +79,7 @@ commands = coverage report coverage html coverage xml - codecov -e CODECOV_TOKEN + codecov [testenv:clean] commands = coverage erase |
