Explorar o código

install tox dependencies for tests env

Fred Lefévère-Laoide hai 1 ano
pai
achega
5787554dca
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tox.ini

+ 2 - 0
tox.ini

@@ -75,6 +75,8 @@ commands = coverage erase
 commands =
 commands =
     pipenv install --dev
     pipenv install --dev
     pipenv run python tools/frontend/bundle_build.py
     pipenv run python tools/frontend/bundle_build.py
+    pipenv run ipython kernel install --name "python3" --user
+    pipenv run playwright install chromium --with-deps
     pipenv run pip freeze
     pipenv run pip freeze
     pipenv run pytest -s tests
     pipenv run pytest -s tests