diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..0b0df80 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +addopts = --cov=ec2_metadata + --cov-report term-missing + --cov-fail-under 100 diff --git a/setup.cfg b/setup.cfg index a26f55b..ae12400 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,3 @@ license_file = LICENSE [tool:multilint] paths = ec2_metadata.py test_ec2_metadata.py - -[tool:pytest] -addopts = --cov=ec2_metadata - --cov-report term-missing - --cov-fail-under 100