Skip to content

Commit 4a1328d

Browse files
committed
Add tox env for Mac OS
Signed-off-by: Jaekwon Bang <[email protected]>
1 parent 1664ea1 commit 4a1328d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tox.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ commands =
5555
[testenv:run_windows]
5656
deps =
5757
-r{toxinidir}\requirements-dev.txt
58-
5958
commands =
6059
# Test for PEP8
6160
pytest -v --flake8
@@ -69,3 +68,10 @@ commands =
6968
{toxinidir}\dist\cli.exe -p tests\test_gradle\jib -o tests\result\gradle -m gradle
7069
# Test for Pub
7170
{toxinidir}\dist\cli.exe -p tests\test_pub -o tests\result\pub
71+
72+
[testenv:run_macos]
73+
deps =
74+
-r{toxinidir}/requirements-dev.txt
75+
commands =
76+
# Test for PEP8
77+
pytest -v --flake8

0 commit comments

Comments
 (0)