Skip to content
Snippets Groups Projects

Move flake8 checking to build stage

Merged Frank Winklmeier requested to merge fwinkl/athena:flake8_unit into master
16 files
+ 12
84
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -31,8 +31,4 @@ atlas_add_component( DumpEventDataToJSON
# Install files from the package:
atlas_install_joboptions( share/*.py )
atlas_install_python_modules( python/*.py )
atlas_add_test( flake8
SCRIPT flake8 --select=ATL,F,E7,E9,W6 ${CMAKE_CURRENT_SOURCE_DIR}/python
POST_EXEC_SCRIPT nopost.sh )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
Loading