Skip to content

Commit

Permalink
Temporarily test against my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 1, 2018
1 parent 6a51001 commit 2394309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_cmd_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ def test_serve(self):
@skip_if_environ("PLANEMO_SKIP_GALAXY_TEST")
@skip_unless_executable("python3")
def test_serve_python3(self):
extra_args = ['--galaxy_python_version', '3', '--galaxy_branch', 'release_18.09']
extra_args = ['--galaxy_python_version', '3',
'--galaxy_source', 'https://github.com/mvdbeek/galaxy',
'--galaxy_branch', 'gunicorn_run_sh_support']
self._launch_thread_and_wait(self._run, extra_args)
kill_process_on_port(self._port)

Expand Down

0 comments on commit 2394309

Please sign in to comment.