From 925ff3e1161afaf16b13cb54624e91767f57ad27 Mon Sep 17 00:00:00 2001 From: AaronKable Date: Fri, 18 Sep 2020 22:04:05 +0800 Subject: [PATCH] remove django req's from tox, they are managed in setup.py --- tox.ini | 1 - 1 file changed, 1 deletion(-) 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