mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Add experimental support for Dj2.0
This commit is contained in:
parent
e68c840dad
commit
7591db3168
@ -10,14 +10,18 @@ install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r testing-requirements.txt
|
||||
# command to run tests
|
||||
script: coverage run runtests.py
|
||||
script:
|
||||
- django-admin version
|
||||
- coverage run runtests.py
|
||||
cache: pip
|
||||
after_success:
|
||||
coveralls
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.7-dev"
|
||||
- DJANGO_VERSION: "2.0a1"
|
||||
env:
|
||||
- DJANGO_VERSION=1.10.8 # Remove in December 2017
|
||||
- DJANGO_VERSION=1.11.5
|
||||
- DJANGO_VERSION=2.0a1
|
||||
# Add 2.0 when available and allow_failures (env: KEY=VALUE)
|
||||
|
@ -13,7 +13,7 @@ redis
|
||||
celery>=4.0.2
|
||||
|
||||
# Django Stuff #
|
||||
django>=1.10,<2.0
|
||||
django>=1.10
|
||||
django-bootstrap-form
|
||||
django-bootstrap-pagination
|
||||
django-registration
|
||||
|
Loading…
x
Reference in New Issue
Block a user