remove django req's from tox, they are managed in setup.py

This commit is contained in:
AaronKable 2020-09-18 22:04:05 +08:00
parent e5ede4f7b6
commit 925ff3e116

View File

@ -13,7 +13,6 @@ basepython =
py38: python3.8 py38: python3.8
deps= deps=
coverage coverage
Django>=2.0,<3.0
install_command = pip install -e ".[testing]" -U {opts} {packages} install_command = pip install -e ".[testing]" -U {opts} {packages}
commands = commands =
all: coverage run runtests.py -v 2 all: coverage run runtests.py -v 2