Travis: test against Wagtail 2

This commit is contained in:
DESKTOP-QK6PGF0\dario 2018-03-14 11:59:08 +00:00
parent f3ec60184a
commit b26759205d

View file

@ -2,17 +2,20 @@ language: python
python:
- "3.6"
env:
- WAGTAIL="wagtail>=1.13,<1.14" DB=sqlite
- WAGTAIL="wagtail>=2.0,<2.1" DB=sqlite
matrix:
include:
# Latest Wagtail version
- env: WAGTAIL="wagtail>=1.13,<1.14" DB=sqlite
- env: WAGTAIL="wagtail>=1.13,<1.14" DB=postgres
- env: WAGTAIL="wagtail>=1.13,<1.14" DB=mysql
- env: WAGTAIL="wagtail>=2.0,<2.1" DB=sqlite
- env: WAGTAIL="wagtail>=2.0,<2.1" DB=postgres
- env: WAGTAIL="wagtail>=2.0,<2.1" DB=mysql
- python: "3.5"
- python: "3.4"
- python: "2.7"
# Past Wagtail versions
- python: "3.6"
env: WAGTAIL="wagtail>=1.13,<1.14"
- python: "2.7" # Wagtail 1.13 was the latest tested against 2.7
env: WAGTAIL="wagtail>=1.13,<1.14"
- python: "3.6"
env: WAGTAIL="wagtail>=1.12,<1.13"
- python: "3.6"