Add latest django-celery-beat snapshot for Dj2.0 testing

This commit is contained in:
Basraah 2017-09-28 12:33:46 +10:00
parent 11fca74fec
commit 51e4db73f0

View File

@ -14,5 +14,6 @@ basepython =
deps= deps=
dj111: Django>=1.11.1,<2.0 dj111: Django>=1.11.1,<2.0
dj20: Django>=2.0a1 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} install_command = pip install -e ".[testing]" -U {opts} {packages}
commands=coverage run runtests.py -v 2 commands=coverage run runtests.py -v 2