mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
changing the tox build matrix ordering
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user