Update config file paths

This commit is contained in:
Roman Mogylatov 2021-10-12 12:25:12 -04:00
parent c255f23f70
commit 8fd4c1f258

View File

@ -32,7 +32,7 @@ deps=
coveralls coveralls
commands= commands=
coverage erase coverage erase
coverage run --rcfile=./.coveragerc -m pytest coverage run --rcfile=./.coveragerc -m pytest -c tests/.configs/pytest.ini
coverage report --rcfile=./.coveragerc coverage report --rcfile=./.coveragerc
coveralls coveralls
@ -42,7 +42,7 @@ deps=
extras= extras=
yaml yaml
flask flask
commands = pytest -c tests/.configs/py27.ini commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:3.5] [testenv:3.5]
deps= deps=
@ -59,7 +59,7 @@ deps=
extras= extras=
yaml yaml
flask flask
commands = pytest -c tests/.configs/py27.ini commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:pypy3] [testenv:pypy3]
deps= deps=
@ -71,7 +71,7 @@ deps=
extras= extras=
yaml yaml
flask flask
commands = pytest -c tests/.configs/py27.ini commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:pylint] [testenv:pylint]