diff --git a/tox.ini b/tox.ini index 00621131..4b87addc 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ basepython = py38: python3.8 deps= coverage - Django>=2.0,<3.0 install_command = pip install -e ".[testing]" -U {opts} {packages} commands = all: coverage run runtests.py -v 2