mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +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 requirements.txt
|
||||||
- pip install -r testing-requirements.txt
|
- pip install -r testing-requirements.txt
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: coverage run runtests.py
|
script:
|
||||||
|
- django-admin version
|
||||||
|
- coverage run runtests.py
|
||||||
cache: pip
|
cache: pip
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "3.7-dev"
|
- python: "3.7-dev"
|
||||||
|
- DJANGO_VERSION: "2.0a1"
|
||||||
env:
|
env:
|
||||||
- DJANGO_VERSION=1.10.8 # Remove in December 2017
|
- DJANGO_VERSION=1.10.8 # Remove in December 2017
|
||||||
- DJANGO_VERSION=1.11.5
|
- DJANGO_VERSION=1.11.5
|
||||||
|
- DJANGO_VERSION=2.0a1
|
||||||
# Add 2.0 when available and allow_failures (env: KEY=VALUE)
|
# Add 2.0 when available and allow_failures (env: KEY=VALUE)
|
||||||
|
@ -13,7 +13,7 @@ redis
|
|||||||
celery>=4.0.2
|
celery>=4.0.2
|
||||||
|
|
||||||
# Django Stuff #
|
# Django Stuff #
|
||||||
django>=1.10,<2.0
|
django>=1.10
|
||||||
django-bootstrap-form
|
django-bootstrap-form
|
||||||
django-bootstrap-pagination
|
django-bootstrap-pagination
|
||||||
django-registration
|
django-registration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user