Added --elasticsearch flag to travis/tox configuration

This commit is contained in:
Karl Hobley 2015-11-09 15:57:01 +00:00
parent 7459329d93
commit 83d3aaeb2f

View file

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