Added selenium test environment to tox.ini
Change-Id: I0c5540118948b61862f38d80e84f9ae965055a39
This commit is contained in:
parent
a3f179af6c
commit
ce329a6bee
3
tox.ini
3
tox.ini
@ -36,6 +36,9 @@ basepython = python2.7
|
|||||||
commands = pip install django>=1.6,<1.7
|
commands = pip install django>=1.6,<1.7
|
||||||
/bin/bash run_tests.sh -N
|
/bin/bash run_tests.sh -N
|
||||||
|
|
||||||
|
[testenv:selenium]
|
||||||
|
commands = /bin/bash run_tests.sh -N --only-selenium
|
||||||
|
|
||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user