Add experimental support for Dj2.0

This commit is contained in:
Basraah 2017-09-23 18:40:25 +10:00
parent e68c840dad
commit 7591db3168
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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