/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.ini

  • 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
1
[tox]
2
 
envlist = py27,py35,py36,py37,py38
 
2
envlist = py35,py36,py37,py38,py39,py310
3
3
skipsdist=True
4
4
 
5
5
[testenv]
6
6
deps = -rrequirements.txt
7
7
commands = brz selftest -v breezy.plugins.loggerhead --strict
8
8
setenv =
9
 
    py27,py35: VIRTUALENV_DOWNLOAD = 0
10
 
    py27,py35: VIRTUALENV_PIP = 20.3.4
 
9
    py35: VIRTUALENV_DOWNLOAD = 0
 
10
    py35: VIRTUALENV_PIP = 20.3.4
 
11
    BRZ_PLUGIN_PATH=-user:-site
11
12
    BRZ_PLUGINS_AT = loggerhead@{toxinidir}
12
 
 
13
 
[testenv:py27]
14
 
install_command = {toxinidir}/tox-scripts/py27-install {opts} {packages}