From 99bff66c7bcdf728c7907416a7212be4894a4159 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 26 Aug 2020 22:16:58 -0400 Subject: [PATCH] Fix py35 tests --- tox.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index b825717b..c59cf3a3 100644 --- a/tox.ini +++ b/tox.ini @@ -35,16 +35,17 @@ commands= unit2 discover -s tests/unit -p test_*_py2_py3.py [testenv:py34] -commands= - unit2 discover -s tests/unit -p test_*_py3.py extras= flask +commands= + unit2 discover -s tests/unit -p test_*_py3.py [testenv:py35] +extras= + yaml + flask commands= unit2 discover -s tests/unit -p test_*_py3.py -extras= - flask [testenv:pypy] extras=