Fix missing display for Firefox run from tox.

This commit is contained in:
Piotr Maliński 2015-07-07 19:54:08 +02:00
parent ffcc25f16e
commit f9400510ab
1 changed files with 1 additions and 1 deletions

View File

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