You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- mkdir fortran_tests/before/RosettaCodeData && tar -xf bba7b.tar.gz -C fortran_tests/before/RosettaCodeData --strip-components=1
15
-
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then wget https://github.com/cp2k/cp2k/archive/ca7e2c.tar.gz; fi
16
-
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then tar -xf ca7e2c.tar.gz -C fortran_tests/before --strip-components=1 cp2k-ca7e2c09634e2a1b7a8b7357cb15a856726483a4/cp2k/src; fi
13
+
- .travis/prep_rosetta.sh
14
+
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then .travis/prep_cp2k.sh; fi
17
15
script:
18
16
- if ! [[ $DO_COVERAGE ]]; then python setup.py test; fi
19
17
- if [[ $DO_COVERAGE ]]; then coverage run --source=fprettify setup.py test; fi
0 commit comments