From c255f23f70d73865418b27e5532c967a2d2f3762 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 12:20:00 -0400 Subject: [PATCH] Rename pytest-py34-py35.ini -> pytest-py35.ini --- tests/.configs/{pytest-py34-py35.ini => pytest-py35.ini} | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/.configs/{pytest-py34-py35.ini => pytest-py35.ini} (100%) diff --git a/tests/.configs/pytest-py34-py35.ini b/tests/.configs/pytest-py35.ini similarity index 100% rename from tests/.configs/pytest-py34-py35.ini rename to tests/.configs/pytest-py35.ini diff --git a/tox.ini b/tox.ini index 8950f60a..5c99e727 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ deps= extras= yaml flask -commands = pytest -c tests/.configs/pytest-py34-py35.ini +commands = pytest -c tests/.configs/pytest-py35.ini [testenv:pypy2] deps=