mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Resolve Dj20 compatibility issues
Temporarily use latest snapshot for esi for dj20
Correct admin urls include
Manually correct old ts3 table migration
Remove obsolete services migrations
Remove bootstrap pagination package
Fix url namespacing
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -15,5 +15,6 @@ deps=
|
||||
dj111: Django>=1.11.1,<2.0
|
||||
dj20: Django>=2.0a1
|
||||
dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat
|
||||
dj20: https://github.com/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi
|
||||
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
||||
commands=coverage run runtests.py -v 2
|
||||
|
||||
Reference in New Issue
Block a user