Skip to content

Commit

Permalink
changing the tox build matrix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 20, 2016
1 parent 0e7af8d commit d41463b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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

0 comments on commit d41463b

Please sign in to comment.