Tests: Django 2.0 prerelease (fix travis indents)

This commit is contained in:
medmunds
2017-10-11 15:53:49 -07:00
parent 68de868ebf
commit bd912fa3ca

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 }