From 8fd4c1f258b3b0c767d520a94e44e6c2828a312b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 12:25:12 -0400 Subject: [PATCH] Update config file paths --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 5c99e727..093086e4 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ deps= coveralls commands= coverage erase - coverage run --rcfile=./.coveragerc -m pytest + coverage run --rcfile=./.coveragerc -m pytest -c tests/.configs/pytest.ini coverage report --rcfile=./.coveragerc coveralls @@ -42,7 +42,7 @@ deps= extras= yaml flask -commands = pytest -c tests/.configs/py27.ini +commands = pytest -c tests/.configs/pytest-py27.ini [testenv:3.5] deps= @@ -59,7 +59,7 @@ deps= extras= yaml flask -commands = pytest -c tests/.configs/py27.ini +commands = pytest -c tests/.configs/pytest-py27.ini [testenv:pypy3] deps= @@ -71,7 +71,7 @@ deps= extras= yaml flask -commands = pytest -c tests/.configs/py27.ini +commands = pytest -c tests/.configs/pytest-py27.ini [testenv:pylint]