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:
4
tox.ini
4
tox.ini
@@ -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
|
||||
|
Reference in New Issue
Block a user