소스 검색

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