diff --git a/tox.ini b/tox.ini index 2fe1cc59..d0f314c9 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ basepython = deps= dj111: Django>=1.11.1,<2.0 dj20: Django>=2.0 - dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat - dj20: https://github.com/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi + py37: https://github.com/yaml/pyyaml/zipball/master#egg=pyyaml + py37: https://github.com/celery/kombu/zipball/master#egg=kombu install_command = pip install -e ".[testing]" -U {opts} {packages} commands=coverage run runtests.py -v 2