mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-05-23 06:15:52 +00:00
Travis: test against Wagtail 2
This commit is contained in:
parent
f3ec60184a
commit
b26759205d
1 changed files with 8 additions and 5 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue