Use $QUAYPATH and $QUAYDIR in conf and init files
This commit is contained in:
parent
334a08d90b
commit
cdb3722c17
59 changed files with 341 additions and 225 deletions
|
@ -10,3 +10,11 @@ branch = True
|
|||
[coverage:report]
|
||||
omit =
|
||||
test/*
|
||||
|
||||
[pep8]
|
||||
ignore = E111,E114
|
||||
max-line-length = 100
|
||||
|
||||
[flake8]
|
||||
ignore = E111,E114
|
||||
max-line-length = 100
|
Reference in a new issue