mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-15 12:31:00 +00:00
Added --elasticsearch flag to travis/tox configuration
This commit is contained in:
parent
7459329d93
commit
83d3aaeb2f
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -9,7 +9,7 @@ ignore = E501,E128,E261,E302,E303,E124,E126
|
|||
exclude = wagtail/project_template/*
|
||||
|
||||
[testenv]
|
||||
commands=coverage run runtests.py
|
||||
commands=coverage run runtests.py --elasticsearch
|
||||
|
||||
basepython =
|
||||
py27: python2.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue