Skip to content

Commit 13a3ae9

Browse files
committed
Document link to .travis/setup_custom_dependencies.bash
1 parent 5f66d45 commit 13a3ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/travis_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +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
6+
planemo travis_before_install # runs .travis/setup_custom_dependencies.bash
77
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo
88
planemo test --install_galaxy --no_cache_galaxy ${TRAVIS_BUILD_DIR}

0 commit comments

Comments
 (0)