Added selenium test environment to tox.ini

Change-Id: I0c5540118948b61862f38d80e84f9ae965055a39
This commit is contained in:
Peter Belanyi 2014-05-05 16:39:57 +02:00
parent a3f179af6c
commit ce329a6bee

View File

@ -36,6 +36,9 @@ basepython = python2.7
commands = pip install django>=1.6,<1.7
/bin/bash run_tests.sh -N
[testenv:selenium]
commands = /bin/bash run_tests.sh -N --only-selenium
[tox:jenkins]
downloadcache = ~/cache/pip