[aliases] test = pytest style = flake8 ci = lint style test [tool:pytest] python_files = *test.py testpaths = . # running with tox reports only 75% addopts = --cov-fail-under=75 --cov=cpplint filterwarnings = ignore:.*:DeprecationWarning