mirror of
https://github.com/mudler/luet.git
synced 2025-09-26 23:23:40 +00:00
⚙️ Add ability to build from Dockerfiles directly
This commit is contained in:
committed by
mudler
parent
4e2a2adfc1
commit
e70a543f42
18
vendor/github.com/asottile/dockerfile/tox.ini
generated
vendored
Normal file
18
vendor/github.com/asottile/dockerfile/tox.ini
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[tox]
|
||||
envlist = py36,py37,py38,pypy3,pre-commit
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements-dev.txt
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --show-missing --fail-under 100
|
||||
pre-commit install
|
||||
|
||||
[testenv:pre-commit]
|
||||
skip_install = true
|
||||
deps = pre-commit
|
||||
commands = pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
[pep8]
|
||||
ignore = E265,E501,W504
|
Reference in New Issue
Block a user