changing the tox build matrix ordering

This commit is contained in:
Maxime Beauchemin
2016-09-20 14:14:49 -07:00
parent 0e7af8d8a6
commit d41463ba72

View File

@@ -34,6 +34,9 @@ commands =
pip install -r dev-reqs.txt
{toxinidir}/run_tests.sh
[testenv:javascript]
commands = {toxinidir}/caravel/assets/js_build.sh
[testenv:py27-mysql]
basepython = python2.7
setenv =
@@ -68,6 +71,3 @@ setenv =
basepython = python3.4
setenv =
CARAVEL__SQLALCHEMY_DATABASE_URI = postgresql+psycopg2://postgresuser:pguserpassword@localhost/caravel
[testenv:javascript]
commands = {toxinidir}/caravel/assets/js_build.sh