Travis: add the latest versions of wagtail

This commit is contained in:
Dario Marcelino 2018-01-04 11:18:27 +00:00
parent 8000594114
commit 787bbf4344

View file

@ -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