From f9400510ab1531255c1d194cc066b104fd5f6d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mali=C5=84ski?= Date: Tue, 7 Jul 2015 19:54:08 +0200 Subject: [PATCH] Fix missing display for Firefox run from tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb37e8f..2777745 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist=django1.8-py3.4,django1.8-py2.7,django1.7-py2.7,django1.7-py3.4 [testenv] -commands=bash -exc "python manage.py test ckeditor_demo" +commands=bash -exc "export DISPLAY=:0;python manage.py test ckeditor_demo" whitelist_externals=/bin/bash setenv=DJANGO_SETTINGS_MODULE=ckeditor_demo.settings deps=