From 2707aa9b35fe51ce7069fc562988a0d7d5d988bf Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 27 Jul 2020 22:35:51 -0400 Subject: [PATCH] Update tox.ini --- .../ext/{test_flask_py2_py3.py => test_flask_py2_py35.py} | 0 tox.ini | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename tests/unit/ext/{test_flask_py2_py3.py => test_flask_py2_py35.py} (100%) diff --git a/tests/unit/ext/test_flask_py2_py3.py b/tests/unit/ext/test_flask_py2_py35.py similarity index 100% rename from tests/unit/ext/test_flask_py2_py3.py rename to tests/unit/ext/test_flask_py2_py35.py diff --git a/tox.ini b/tox.ini index 61d6a098..b64be5f1 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ extras= yaml flask commands= - unit2 discover -s tests/unit -p test_*_py3.py + unit2 discover -s tests/unit -p test_*_py3*.py [testenv:coveralls] passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH DEPENDENCY_INJECTOR_DEBUG_MODE @@ -31,6 +31,8 @@ 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