Tests: Test Django 2.0a

This commit is contained in:
medmunds
2017-10-11 15:13:47 -07:00
parent c657d883a8
commit 9e1f9fbcdc
3 changed files with 124 additions and 3 deletions

View File

@@ -32,8 +32,8 @@ matrix:
- { env: DJANGO=django==1.11 RUN_LIVE_TESTS=true, python: 3.6 }
- { env: DJANGO=django==1.11, python: pypy }
# Django 2.0 (prerelease): Python 3.5+
# - { env: DJANGO="--pre django", python: 3.5 }
# - { env: DJANGO="--pre django", python: 3.6 }
- { env: DJANGO="--pre django", python: 3.5 }
- { env: DJANGO="--pre django", python: 3.6 }
- { env: FLAKE8=true, python: 2.7 }
- { env: FLAKE8=true, python: 3.6 }