From 0d2d97f9bf6802f6f81090eca6e135e50fea7883 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 15 Jan 2016 13:49:36 +0100 Subject: Run flake8 and pylint --py3k tests during RPM build pki-core.spec now ensures that Python code stays compatible with Python 3 and is nicely formatted, too. https://fedorahosted.org/pki/ticket/1738 --- scripts/compose_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/compose_functions b/scripts/compose_functions index c4ae173e4..e7acec9e1 100644 --- a/scripts/compose_functions +++ b/scripts/compose_functions @@ -42,7 +42,7 @@ export PKI_DOGTAG_DIR PKI_REDHAT_DIR="${PKI_DIR}/redhat" export PKI_REDHAT_DIR -PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake scripts/pylint-build-scan.py scripts/dogtag.pylintrc" +PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake scripts/pylint-build-scan.py scripts/dogtag.pylintrc tox.ini" export PKI_FILE_LIST PKI_CMAKE_DIR="cmake" -- cgit