Run the integration tests headlessly

This will make it easier to run them on the gate.

Change-Id: I0cd4d440687c63220ea3f794756adb441a10fa8d
Closes-Bug: #1355186
This commit is contained in:
Julie Pichon
2014-08-11 14:06:28 +01:00
parent d0defb3962
commit 5cc882ea4c

View File

@@ -40,11 +40,11 @@ commands = pip install django>=1.5,<1.6
[testenv:py27integration]
basepython = python2.7
commands = /bin/bash run_tests.sh -N --integration {posargs}
commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}
[testenv:py26integration]
basepython = python2.6
commands = /bin/bash run_tests.sh -N --integration {posargs}
commands = /bin/bash run_tests.sh -N --integration --selenium-headless {posargs}
[testenv:jshint]
commands = nodeenv -p