File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,13 @@ commands =
48
48
fosslight_dependency -v
49
49
# Test for PEP8
50
50
pytest -v --flake8
51
- # Test for Pypi
51
+ # Test for Pypi
52
52
fosslight_dependency -p tests/test_pypi -o tests/result/pip
53
53
# Test for NPM (without optional command)
54
- npm install --prefix {toxworkdir}/test_npm1 -g license-checker
54
+ npm install --prefix {toxworkdir}/test_npm1 license-checker
55
55
fosslight_dependency -p tests/test_npm1 -o tests/result/npm1
56
56
# Test for NPM (with optional command)
57
- npm install --prefix {toxworkdir}/test_npm2 -g license-checker
58
- npm install --prefix {toxworkdir}/test_npm2
57
+ npm install --prefix {toxworkdir}/test_npm2 license-checker
59
58
fosslight_dependency -p tests/test_npm2 -o tests/result/npm2 -m npm
60
59
# Test for Maven (without optional command)
61
60
fosslight_dependency -p tests/test_maven1/lombok.maven -o tests/result/maven1
You can’t perform that action at this time.
0 commit comments