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