File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646# TODO: Add your instructions here:
4747"""
4848
49+
4950@click .command ('travis_init' )
5051@options .optional_project_arg ()
5152@command_function
@@ -78,5 +79,5 @@ def cli(ctx, path):
7879 if not os .path .exists (setup_sh ):
7980 open (setup_sh , "w" ).write (TRAVIS_SETUP )
8081 else :
81- warning (".travis/setup_custom_dependencies.bash already exists, not overwriting." )
82+ warn (".travis/setup_custom_dependencies.bash already exists, not overwriting." )
8283 info (PREPARE_MESSAGE )
Original file line number Diff line number Diff line change 22sudo apt-get install -y python-virtualenv
33virtualenv planemo-venv
44. planemo-venv/bin/activate
5+ pip install --upgrade pip setuptools
56pip install planemo
67planemo travis_before_install # runs .travis/setup_custom_dependencies.bash
78. ${TRAVIS_BUILD_DIR} /.travis/env.sh # source environment created by planemo
You can’t perform that action at this time.
0 commit comments