Skip to content

Commit d0d21e5

Browse files
authored
Merge pull request #521 from peterjc/travis_pip_update
Update pip and setuptools on TravisCI; fix travis_init
2 parents a066afb + 12070e9 commit d0d21e5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

planemo/commands/cmd_travis_init.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
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)

scripts/travis_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sudo apt-get install -y python-virtualenv
33
virtualenv planemo-venv
44
. planemo-venv/bin/activate
5+
pip install --upgrade pip setuptools
56
pip install planemo
67
planemo travis_before_install # runs .travis/setup_custom_dependencies.bash
78
. ${TRAVIS_BUILD_DIR}/.travis/env.sh # source environment created by planemo

0 commit comments

Comments
 (0)