Skip to content

Commit 776c86e

Browse files
committed
Change path separator
Signed-off-by: yongjunhong <[email protected]> Change path separator Signed-off-by: yongjunhong <[email protected]>
1 parent ba9f209 commit 776c86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ commands =
4343

4444
[testenv:run_windows]
4545
deps =
46-
-r{toxinidir}/requirements-dev.txt
46+
-r{toxinidir}\requirements-dev.txt
4747
commands =
4848
# Test for making excutable file
49-
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --add-binary=src/fosslight_dependency/third_party/askalono/askalono.exe:third_party/askalono --add-binary=LICENSE:LICENSES --add-binary=LICENSES/LicenseRef-3rd_party_licenses.txt:LICENSES --collect-datas fosslight_util --hidden-import=_cffi_backend
50-
pytest tests/ -k "test_windows"
49+
pyinstaller --onefile cli.py -n cli --additional-hooks-dir=hooks --add-binary=src\fosslight_dependency\third_party\askalono\askalono.exe:third_party\askalono --add-binary=LICENSE:LICENSES --add-binary=LICENSES\LicenseRef-3rd_party_licenses.txt:LICENSES --collect-datas fosslight_util --hidden-import=_cffi_backend
50+
pytest tests\ -k "test_windows"

0 commit comments

Comments
 (0)