You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-28 23:20:23 +02:00
* Tie healthcheck to db availability * add correct number of substitutions * pin greenlet version * update flake8 settings
13 lines
170 B
INI
13 lines
170 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[flake8]
|
|
exclude = .tox,./build
|
|
filename = *.py
|
|
ignore = E101,E741,W292,E722,E731,W503,W504,E402
|
|
max-line-length = 160
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|