From 7591db3168672e59505ddca5275b79c7f13e1af4 Mon Sep 17 00:00:00 2001 From: Basraah Date: Sat, 23 Sep 2017 18:40:25 +1000 Subject: [PATCH] Add experimental support for Dj2.0 --- .travis.yml | 6 +++++- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6ad12fa..7eeb8085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) diff --git a/requirements.txt b/requirements.txt index 1a2b6a8c..075cdd68 100755 --- a/requirements.txt +++ b/requirements.txt @@ -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