Skip to content

Commit

Permalink
Merge pull request #100 from harikitech/topic/remove_old_token
Browse files Browse the repository at this point in the history
Remove old token
  • Loading branch information
Surgo authored Jun 27, 2020
2 parents 7bcdc65 + faf5a57 commit f852182
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 @@ -15,6 +15,7 @@ DJANGO =
dev: djdev

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
deps =
dj22: Django<2.3
dj30: Django<3.1
Expand All @@ -23,7 +24,6 @@ deps =
py38-dj30: codecov
setenv =
PYTHONPATH = {toxinidir}
CODECOV_TOKEN="8ea69bfe-d9b5-45fc-97f7-ef843bd3d9d2"
commands =
coverage run --source=django_elastipymemcache -m nose --verbose
py38-dj30: coverage report
Expand Down

0 comments on commit f852182

Please sign in to comment.