瀏覽代碼

install tox dependencies for tests env

Fred Lefévère-Laoide 1 年之前
父節點
當前提交
5787554dca
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tox.ini

+ 2 - 0
tox.ini

@@ -75,6 +75,8 @@ commands = coverage erase
 commands =
     pipenv install --dev
     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 pytest -s tests