From 83d3aaeb2f4e71ba3e570c0594069e12a37cb1b1 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 9 Nov 2015 15:57:01 +0000 Subject: [PATCH] Added --elasticsearch flag to travis/tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5983171644..d890cba8f3 100644 --- a/tox.ini +++ b/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