|
@@ -32,6 +32,7 @@ commands =
|
|
platform = linux
|
|
platform = linux
|
|
commands =
|
|
commands =
|
|
pipenv install --dev
|
|
pipenv install --dev
|
|
|
|
+ pipenv run python tools/frontend/bundle_build.py
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
pipenv run playwright install chromium --with-deps
|
|
pipenv run playwright install chromium --with-deps
|
|
pipenv run mypy --config-file mypy.ini taipy
|
|
pipenv run mypy --config-file mypy.ini taipy
|
|
@@ -41,6 +42,7 @@ commands =
|
|
platform = win32
|
|
platform = win32
|
|
commands =
|
|
commands =
|
|
pipenv install --dev
|
|
pipenv install --dev
|
|
|
|
+ pipenv run python tools/frontend/bundle_build.py
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
pipenv run playwright install chromium --with-deps
|
|
pipenv run playwright install chromium --with-deps
|
|
pipenv run pytest -s tests
|
|
pipenv run pytest -s tests
|
|
@@ -49,6 +51,7 @@ commands =
|
|
platform = darwin
|
|
platform = darwin
|
|
commands =
|
|
commands =
|
|
pipenv install --dev
|
|
pipenv install --dev
|
|
|
|
+ pipenv run python tools/frontend/bundle_build.py
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
pipenv run ipython kernel install --name "python3" --user
|
|
pipenv run playwright install chromium --with-deps
|
|
pipenv run playwright install chromium --with-deps
|
|
pipenv run pytest -s tests
|
|
pipenv run pytest -s tests
|
|
@@ -71,6 +74,7 @@ commands = coverage erase
|
|
[testenv:tests]
|
|
[testenv:tests]
|
|
commands =
|
|
commands =
|
|
pipenv install --dev
|
|
pipenv install --dev
|
|
|
|
+ pipenv run python tools/frontend/bundle_build.py
|
|
pipenv run pip freeze
|
|
pipenv run pip freeze
|
|
pipenv run pytest -s tests
|
|
pipenv run pytest -s tests
|
|
|
|
|