From f7871dfc4971bcaebde75767cc032c5e26bc183b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 24 Jun 2020 16:46:48 -0400 Subject: [PATCH] Update extras in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1602ea26..684056b8 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist= [testenv] deps= unittest2 -extras=yaml +extras = yaml commands= unit2 discover -s tests/unit -p test_*_py3.py