Skip to content

Commit

Permalink
relaxed django version in tox cov
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored Dec 13, 2021
1 parent fc83e70 commit be0651f
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 @@ -118,5 +118,5 @@ usedevelop = true
commands =
pip install -U https://github.com/celery/celery/zipball/master#egg=celery
pip install -U https://github.com/celery/kombu/zipball/master#egg=kombu
pip install Django==3.2
pip install Django
py.test -x --cov=django_celery_beat --cov-report=xml --no-cov-on-fail

0 comments on commit be0651f

Please sign in to comment.