Skip to content

Commit 35cfbcc

Browse files
committed
update cp2k tests and only test src directory
1 parent f202bbc commit 35cfbcc

File tree

2 files changed

+1223
-1393
lines changed

2 files changed

+1223
-1393
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- wget https://github.com/acmeism/RosettaCodeData/archive/bba7b.tar.gz
1414
- mkdir fortran_tests/before/RosettaCodeData && tar -xf bba7b.tar.gz -C fortran_tests/before/RosettaCodeData --strip-components=1
1515
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then wget https://github.com/cp2k/cp2k/archive/ca7e2c.tar.gz; fi
16-
- if [[ "$TRAVIS_EVENT_TYPE" = "cron" ]]; then mkdir fortran_tests/before/cp2k && tar -xf ca7e2c.tar.gz -C fortran_tests/before/cp2k --strip-components=1; 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
1717
script:
1818
- if ! [[ $DO_COVERAGE ]]; then python setup.py test; fi
1919
- if [[ $DO_COVERAGE ]]; then coverage run --source=fprettify setup.py test; fi

0 commit comments

Comments
 (0)