Skip to content

Commit 24d3324

Browse files
committed
Install codecov in py38
1 parent ee06a82 commit 24d3324

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ deps =
1919
dj30: Django<3.1
2020
djdev: https://github.com/django/django/archive/master.tar.gz
2121
-r{toxinidir}/requirements.txt
22-
py36-dj20: codecov
22+
py38-dj30: codecov
2323
setenv =
2424
PYTHONPATH = {toxinidir}
2525
CODECOV_TOKEN="8ea69bfe-d9b5-45fc-97f7-ef843bd3d9d2"
2626
commands =
27-
coverage run --source=django_elastipymemcache -m nose
27+
coverage run --source=django_elastipymemcache -m nose --verbose
2828
py38-dj30: coverage report
2929
py38-dj30: coverage xml
3030
py38-dj30: codecov

0 commit comments

Comments
 (0)