PyHive/setup.cfg

13 строки
306 B
INI
Исходник Обычный вид История

2014-03-24 11:25:22 +04:00
[egg_info]
tag_build = dev
[pytest]
2016-05-22 01:58:06 +03:00
addopts = --random --tb=short --cov pyhive --cov-report html --cov-report term --flake8
2014-03-24 11:25:22 +04:00
norecursedirs = env
python_files = test_*.py
2016-05-22 01:58:06 +03:00
flake8-max-line-length = 100
flake8-ignore =
TCLIService/*.py ALL
pyhive/sqlalchemy_backports.py ALL
presto-server-*/** ALL