We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ef8a5 commit 5f66d45Copy full SHA for 5f66d45
1 file changed
scripts/travis_test.sh
@@ -4,7 +4,5 @@ virtualenv planemo-venv
4
. planemo-venv/bin/activate
5
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}
+. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
+planemo test --install_galaxy --no_cache_galaxy ${TRAVIS_BUILD_DIR}
0 commit comments