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
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]