/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to tox-scripts/py27-install

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Colin Watson
  • Date: 2022-02-23 19:58:34 UTC
  • mfrom: (519.1.6 drop-python3)
  • Revision ID: otto-copilot@canonical.com-20220223195834-yx8q035di1rteb7n
Drop support for Python < 3 and Breezy < 3.1.

Merged from https://code.launchpad.net/~jelmer/loggerhead/drop-python3/+merge/411875

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
set -e
3
 
 
4
 
python -m pip install pbr
5
 
python -m pip install "$@"