File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,13 @@ deps =
59
59
commands =
60
60
# Test for PEP8
61
61
pytest -v --flake8
62
+ # Test for making excutable file
63
+ pyinstaller --onefile cli.py -n cli --additional-hooks-dir =hooks --add-binary " src\fosslight_dependency\third_party\askalono\askalono.exe;third_party\askalono"
62
64
# Test for Maven (without optional command)
63
- fosslight_dependency .exe -p tests\test_maven1\lombok.maven -o tests\result\maven1
65
+ {toxinidir}\dist\cli .exe -p tests\test_maven1\lombok.maven -o tests\result\maven1
64
66
# Test for Maven (with optional command)
65
- fosslight_dependency .exe -p tests\test_maven2 -o tests\result\maven2 -m maven
67
+ {toxinidir}\dist\cli .exe -p tests\test_maven2 -o tests\result\maven2 -m maven
66
68
# Test for Gradle
67
- fosslight_dependency .exe -p tests\test_gradle\jib -o tests\result\gradle -m gradle
69
+ {toxinidir}\dist\cli .exe -p tests\test_gradle\jib -o tests\result\gradle -m gradle
68
70
# Test for Pub
69
- fosslight_dependency .exe -p tests\test_pub -o tests\result\pub
71
+ {toxinidir}\dist\cli .exe -p tests\test_pub -o tests\result\pub
You can’t perform that action at this time.
0 commit comments