diff --git a/.travis.yml b/.travis.yml index 1b30a60f..93bc9bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ install: script: - podman build -t $DIST -f test/Dockerfile-$DIST . - podman run -v $(pwd):/usr/src/rpmlint/ $DIST python3 -m pytest - - podman run -v $(pwd):/usr/src/rpmlint/ $DIST flake8 after_success: - coverage combine diff --git a/setup.cfg b/setup.cfg index 0ccb9dc4..098f6360 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,4 +10,4 @@ import-order-style = google application-import-names = Testing [tool:pytest] -addopts = -vv --cov=rpmlint -n auto +addopts = -vv --cov=rpmlint -n auto --flake8