1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-12-01 23:51:36 +02:00
Files
oncall/tox.ini

12 lines
138 B
INI
Raw Normal View History

[tox]
envlist = py27
[flake8]
exclude = .tox,./build
filename = *.py
ignore = E501,E101,E741,W292,E722,E731
[testenv]
deps =
pytest