From 000fd963dcda9a5f5b29d21e3ce2c0ce0fc94491 Mon Sep 17 00:00:00 2001 From: Mauro Date: Fri, 23 Apr 2021 12:08:05 -0300 Subject: [PATCH] Fix url for 'djangotip' --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 95b1780..c49851b 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ pip_pre=True deps = django31: Django >= 3.1, <3.2 django32: Django >= 3.2 - djangotip: https://github.com/django/django/archive/master.tar.gz + djangotip: https://github.com/django/django/archive/refs/heads/main.tar.gz commands = ./runtests