reformatted tox.ini
This commit is contained in:
parent
3578f4e405
commit
796ffa5123
12
tox.ini
12
tox.ini
|
@ -38,7 +38,8 @@ deps=
|
||||||
[testenv:py27-subprocess]
|
[testenv:py27-subprocess]
|
||||||
changedir = .
|
changedir = .
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps=pytest-xdist>=1.13
|
deps =
|
||||||
|
pytest-xdist>=1.13
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands =
|
commands =
|
||||||
|
@ -62,7 +63,8 @@ commands =
|
||||||
{envpython} scripts/check-rst.py
|
{envpython} scripts/check-rst.py
|
||||||
|
|
||||||
[testenv:py27-xdist]
|
[testenv:py27-xdist]
|
||||||
deps=pytest-xdist>=1.13
|
deps =
|
||||||
|
pytest-xdist>=1.13
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
hypothesis>=3.5.2
|
hypothesis>=3.5.2
|
||||||
|
@ -136,7 +138,8 @@ commands=
|
||||||
changedir = doc/en
|
changedir = doc/en
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
basepython = python3.5
|
basepython = python3.5
|
||||||
deps=sphinx
|
deps =
|
||||||
|
sphinx
|
||||||
PyYAML
|
PyYAML
|
||||||
regendoc>=0.6.1
|
regendoc>=0.6.1
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
|
@ -193,5 +196,6 @@ filterwarnings=
|
||||||
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
|
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore =E401,E225,E261,E128,E124,E301,E302,E121,E303,W391,E501,E231,E126,E701,E265,E241,E251,E226,E101,W191,E131,E203,E122,E123,E271,E712,E222,E127,E125,E221,W292,E111,E113,E293,E262,W293,E129,E702,E201,E272,E202,E704,E731,E402
|
ignore = E101,E111,E113,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E201,E202,E203,E221,E222,E225,E226,E231,E241,E251,E261,E262,E265,E271,E272,E293,E301,E302,E303,E401,E402,E501,E701,E702,E704,E712,E731,W191,W292,W293,W391
|
||||||
|
max-line-length = 120
|
||||||
exclude = _pytest/vendored_packages/pluggy.py
|
exclude = _pytest/vendored_packages/pluggy.py
|
||||||
|
|
Loading…
Reference in New Issue