1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-30 23:44:59 +02:00
Files
oncall/tox.ini

13 lines
165 B
INI
Raw Normal View History

[tox]
envlist = py27
[flake8]
exclude = .tox,./build
filename = *.py
ignore = E101,E741,W292,E722,E731,W503,W504
2018-08-07 14:26:39 -07:00
max-line-length = 160
[testenv]
deps =
pytest