mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Travis: add the latest versions of wagtail
This commit is contained in:
parent
8000594114
commit
787bbf4344
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ env:
|
|||
- WAGTAIL="wagtail>=1.7,<1.8"
|
||||
- WAGTAIL="wagtail>=1.8,<1.9"
|
||||
- WAGTAIL="wagtail>=1.9,<1.10"
|
||||
- WAGTAIL="wagtail>=1.10,<1.11"
|
||||
- WAGTAIL="wagtail>=1.11,<1.12"
|
||||
- WAGTAIL="wagtail>=1.12,<1.13"
|
||||
- WAGTAIL="wagtail>=1.13,<1.14"
|
||||
install:
|
||||
- pip install --upgrade -q pip setuptools
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install 'Django>=1.8,<1.9'; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue