mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 20:33:13 +03:00
Update tox.ini
This commit is contained in:
parent
0bea231a14
commit
b6ee47e682
19
tox.ini
19
tox.ini
|
@ -17,8 +17,8 @@ extras=
|
||||||
pydantic
|
pydantic
|
||||||
flask
|
flask
|
||||||
aiohttp
|
aiohttp
|
||||||
commands=
|
commands = pytest
|
||||||
python -m unittest discover -s tests/unit -p test_*_py3*.py
|
python_files = test_*_py3*.py
|
||||||
|
|
||||||
[testenv:coveralls]
|
[testenv:coveralls]
|
||||||
passenv = GITHUB_* COVERALLS_*
|
passenv = GITHUB_* COVERALLS_*
|
||||||
|
@ -31,7 +31,7 @@ deps=
|
||||||
coveralls
|
coveralls
|
||||||
commands=
|
commands=
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run --rcfile=./.coveragerc -m unittest discover -s tests/unit/ -p test_*_py3*.py
|
coverage run --rcfile=./.coveragerc -m pytest
|
||||||
coverage report --rcfile=./.coveragerc
|
coverage report --rcfile=./.coveragerc
|
||||||
coveralls
|
coveralls
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@ deps=
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
commands=
|
commands = pytest
|
||||||
python -m unittest discover -s tests/unit -p test_*_py2_py3.py
|
python_files = test_*_py2_py3.py
|
||||||
|
|
||||||
[testenv:3.5]
|
[testenv:3.5]
|
||||||
deps=
|
deps=
|
||||||
|
@ -49,16 +49,14 @@ deps=
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
commands=
|
python_files = test_*_py3.py
|
||||||
python -m unittest discover -s tests/unit -p test_*_py3.py
|
|
||||||
|
|
||||||
[testenv:pypy2]
|
[testenv:pypy2]
|
||||||
deps=
|
deps=
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
commands=
|
python_files = test_*_py2_py3.py
|
||||||
python -m unittest discover -s tests/unit -p test_*_py2_py3.py
|
|
||||||
|
|
||||||
[testenv:pypy3]
|
[testenv:pypy3]
|
||||||
deps=
|
deps=
|
||||||
|
@ -69,8 +67,7 @@ deps=
|
||||||
extras=
|
extras=
|
||||||
yaml
|
yaml
|
||||||
flask
|
flask
|
||||||
commands=
|
python_files = test_*_py2_py3.py
|
||||||
python -m unittest discover -s tests/unit -p test_*_py2_py3.py
|
|
||||||
|
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user