1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-28 23:20:23 +02:00
Files
oncall/tox.ini
Diego Cepeda 9d67c000a1 Tie Oncall healthcheck to database availability (#320)
* Tie healthcheck to db availability

* add correct number of substitutions

* pin greenlet version

* update flake8 settings
2020-10-02 13:49:10 -07:00

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