ソースを参照

Merge remote-tracking branch 'origin/feature/#547-remove-src-folder' into feature/#547-remove-src-folder

jrobinAV 1 年間 前
コミット
030176faf3
1 ファイル変更2 行追加0 行削除
  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