drop Python 2.6 support

This commit is contained in:
Tiziano Müller 2019-05-16 08:40:10 +02:00 committed by Tiziano Müller
parent 932221aa9a
commit 09bf4a0ac3
3 changed files with 1 additions and 19 deletions

View file

@ -46,9 +46,6 @@ cd /workspace/cp2k
ALL_TEST_SCRIPTS=$(find ./src/ ./tools/ -name "*_test.py" -executable)
ESSENTIAL_TEST_SCRIPTS=$(find ./tools/build_utils -name "*_test.py" -executable)
# python 2.6
run_tests python2.6 "${ESSENTIAL_TEST_SCRIPTS}"
# python 2.7
run_tests python2.7 "${ALL_TEST_SCRIPTS}"