mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-29 19:14:49 +00:00
Stop ignoring failures on Django 2.1 / specify Django 2.1 in project template
This commit is contained in:
parent
90201afbd7
commit
12c0fe2556
2 changed files with 1 additions and 5 deletions
|
|
@ -83,10 +83,6 @@ matrix:
|
|||
- env: TOXENV=py36-dj111-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes
|
||||
- env: TOXENV=py36-dj20-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes
|
||||
- env: TOXENV=py36-dj21-postgres-elasticsearch6 INSTALL_ELASTICSEARCH6=yes
|
||||
# Django 2.1 support is in progress
|
||||
- env: TOXENV=py35-dj21-sqlite-noelasticsearch
|
||||
- env: TOXENV=py35-dj21-mysql-noelasticsearch
|
||||
- env: TOXENV=py36-dj21-postgres-noelasticsearch
|
||||
|
||||
|
||||
# Services
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=2.0,<2.1
|
||||
Django>=2.1,<2.2
|
||||
wagtail==2.3a0
|
||||
|
|
|
|||
Loading…
Reference in a new issue