Commit 6979ab02 authored by Tim Heap's avatar Tim Heap
Browse files

Test against Django 1.10, 1.11, Wagtail 1.9, 1.10

parent f756fb0e
...@@ -15,10 +15,9 @@ python: ...@@ -15,10 +15,9 @@ python:
- 3.5 - 3.5
env: env:
- DJANGO='19' WAGTAIL='17' - DJANGO='110' WAGTAIL='19'
- DJANGO='110' WAGTAIL='17' - DJANGO='110' WAGTAIL='110'
- DJANGO='19' WAGTAIL='18' - DJANGO='111' WAGTAIL='110'
- DJANGO='110' WAGTAIL='18'
matrix: matrix:
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
skip_missing_interpreters = True skip_missing_interpreters = True
envlist = envlist =
py{27,34,35}-dj{19,110}-wt{17,18} py{27,34,35}-dj{110}-wt{19}
py{27,34,35}-dj{110,111}-wt{110}
# Enforce good style # Enforce good style
flake8,isort flake8,isort
...@@ -18,8 +19,11 @@ deps = ...@@ -18,8 +19,11 @@ deps =
dj18: Django~=1.8.0 dj18: Django~=1.8.0
dj19: Django~=1.9.0 dj19: Django~=1.9.0
dj110: Django~=1.10.0 dj110: Django~=1.10.0
dj111: Django~=1.11.0
wt17: wagtail~=1.7.0 wt17: wagtail~=1.7.0
wt18: wagtail~=1.8rc1 wt18: wagtail~=1.8.0
wt19: wagtail~=1.9.0
wt110: wagtail~=1.10.0
[testenv:flake8] [testenv:flake8]
deps = flake8 deps = flake8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment