Build from github to fix tests in py37-dj20

py37-dj111 still fails for some reason. The only difference in the problematic method between 1.11.12 and 2.0 is whitespace. It's fine in py37-dj20 which is all we really care about so I'm inclined to ignore that issue. py37-dj111 isn't even tested on Travis CI so its failure won't be a problem.

Both django-celery-beat and adarnauth-esi have put out releases supporting dj20 so it's not necessary to build from their source.
This commit is contained in:
Adarnof 2018-04-17 17:40:08 -04:00
parent 08f89d2844
commit cd8bcfbbb5

View File

@ -14,7 +14,7 @@ basepython =
deps= deps=
dj111: Django>=1.11.1,<2.0 dj111: Django>=1.11.1,<2.0
dj20: Django>=2.0 dj20: Django>=2.0
dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat py37: https://github.com/yaml/pyyaml/zipball/master#egg=pyyaml
dj20: https://github.com/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi py37: https://github.com/celery/kombu/zipball/master#egg=kombu
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