From 51e4db73f09671c25537dc60934f79b3a89b4c8f Mon Sep 17 00:00:00 2001 From: Basraah Date: Thu, 28 Sep 2017 12:33:46 +1000 Subject: [PATCH] Add latest django-celery-beat snapshot for Dj2.0 testing --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4c2b8b9c..6826cc63 100644 --- a/tox.ini +++ b/tox.ini @@ -14,5 +14,6 @@ basepython = deps= dj111: Django>=1.11.1,<2.0 dj20: Django>=2.0a1 + dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat install_command = pip install -e ".[testing]" -U {opts} {packages} commands=coverage run runtests.py -v 2