mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Fix url for 'djangotip'
This commit is contained in:
parent
75c1b72d5b
commit
000fd963dc
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue