Skip to content

Commit 7f5d485

Browse files
authored
Merge pull request #513 from peterjc/travis_no_cache
Use planemo test --no_cache_galaxy under TravisCI
2 parents cb89781 + 13a3ae9 commit 7f5d485

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

scripts/travis_test.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ sudo apt-get install -y python-virtualenv
33
virtualenv planemo-venv
44
. planemo-venv/bin/activate
55
pip install planemo
6-
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}
6+
planemo travis_before_install # runs .travis/setup_custom_dependencies.bash
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)