We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f66d45 commit 13a3ae9Copy full SHA for 13a3ae9
1 file changed
scripts/travis_test.sh
@@ -3,6 +3,6 @@ sudo apt-get install -y python-virtualenv
3
virtualenv planemo-venv
4
. planemo-venv/bin/activate
5
pip install planemo
6
-planemo travis_before_install
+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