mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 20:33:13 +03:00
Update config file paths
This commit is contained in:
parent
c255f23f70
commit
8fd4c1f258
8
tox.ini
8
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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user