Update extras in tox.ini

This commit is contained in:
Roman Mogylatov 2020-06-24 16:46:48 -04:00
parent 597f5d772f
commit f7871dfc49

View File

@ -5,7 +5,7 @@ envlist=
[testenv]
deps=
unittest2
extras=yaml
extras = yaml
commands=
unit2 discover -s tests/unit -p test_*_py3.py