Skip to content

Commit dd83d8d

Browse files
committed
add PEP8 test in run_ubuntu test case
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 86bf290 commit dd83d8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ exclude = .tox/*
2222
ignore = E722
2323

2424
[testenv:test_run]
25+
deps =
26+
-r{toxinidir}/requirements-dev.txt
2527
commands =
2628
# Print Help Message
2729
fosslight_dependency -h
@@ -34,6 +36,8 @@ commands =
3436
deps =
3537
-r{toxinidir}/requirements-dev.txt
3638
commands =
39+
# Test for PEP8
40+
pytest -v --flake8
3741
# Test for Pypi
3842
fosslight_dependency -p tests/test_pypi -o tests/result/pip
3943
# Test for NPM (without optional command)

0 commit comments

Comments
 (0)