Skip to content

Commit 125beef

Browse files
committed
Adding pyyaml to tests, now pyyaml is an extra
1 parent b18762f commit 125beef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ setenv =
2020
deps =
2121
pipenv
2222
pytest
23+
pyyaml
2324
commands = pytest --basetemp={envtmpdir}
2425

2526
[testenv]
@@ -28,6 +29,7 @@ setenv =
2829
PYTHONPATH = {toxinidir}
2930
deps =
3031
pipenv
32+
pyyaml
3133
pytest
3234
pytest-cov
3335
codecov

0 commit comments

Comments
 (0)