Skip to content

Commit 5f66d45

Browse files
committed
Use planemo test --no_cache_galaxy on TravisCI
1 parent 56ef8a5 commit 5f66d45

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/travis_test.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ virtualenv planemo-venv
44
. planemo-venv/bin/activate
55
pip install planemo
66
planemo travis_before_install
7-
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
8-
# TODO: Add --no_cache_galaxy once planemo 0.7.0 is available
9-
# on PyPI.
10-
planemo test --install_galaxy ${TRAVIS_BUILD_DIR}
7+
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
8+
planemo test --install_galaxy --no_cache_galaxy ${TRAVIS_BUILD_DIR}

0 commit comments

Comments
 (0)