|
@@ -2,7 +2,7 @@
|
|
|
skipsdist = True
|
|
|
usedevelop = True
|
|
|
|
|
|
-envlist = py{34,35,36}-dj{111,20}-{sqlite,postgres,mysql,mssql}-{elasticsearch5,elasticsearch2,noelasticsearch},
|
|
|
+envlist = py{34,35,36}-dj{111,20}-{sqlite,postgres,mysql,mssql}-{elasticsearch6,elasticsearch5,elasticsearch2,noelasticsearch},
|
|
|
|
|
|
[flake8]
|
|
|
# D100: Missing docstring in public module
|
|
@@ -28,6 +28,7 @@ install_command = pip install -e ".[testing]" -U {opts} {packages}
|
|
|
commands =
|
|
|
elasticsearch2: coverage run runtests.py wagtail.search wagtail.documents wagtail.images --elasticsearch2
|
|
|
elasticsearch5: coverage run runtests.py wagtail.search wagtail.documents wagtail.images --elasticsearch5
|
|
|
+ elasticsearch6: coverage run runtests.py wagtail.search wagtail.documents wagtail.images --elasticsearch6
|
|
|
noelasticsearch: coverage run runtests.py
|
|
|
|
|
|
basepython =
|
|
@@ -47,6 +48,8 @@ deps =
|
|
|
elasticsearch2: elasticsearch>=2,<3
|
|
|
elasticsearch5: elasticsearch>=5,<6
|
|
|
elasticsearch5: certifi
|
|
|
+ elasticsearch6: elasticsearch>=6,<7
|
|
|
+ elasticsearch6: certifi
|
|
|
|
|
|
setenv =
|
|
|
postgres: DATABASE_ENGINE=django.db.backends.postgresql
|