mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
drop Python 2.6 support
This commit is contained in:
parent
932221aa9a
commit
09bf4a0ac3
3 changed files with 1 additions and 19 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue