/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): Jelmer Vernooij
  • Date: 2023-02-03 20:03:20 UTC
  • mfrom: (547.1.1 lp:loggerhead)
  • Revision ID: otto-copilot@canonical.com-20230203200320-czhzowsk0q4v4g94
Upgrade Python code to a modern version

Merged from https://code.launchpad.net/~jelmer/loggerhead/pyupgrade/+merge/436797

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
envlist = py35,py36,py37,py38,py39,py310
 
3
skipsdist=True
 
4
 
 
5
[testenv]
 
6
deps =
 
7
    -rrequirements.txt
 
8
    .
 
9
commands = brz selftest -v breezy.plugins.loggerhead --strict
 
10
setenv =
 
11
    py35: VIRTUALENV_DOWNLOAD = 0
 
12
    py35: VIRTUALENV_PIP = 20.3.4
 
13
    BRZ_PLUGIN_PATH=-user:-site
 
14
    BRZ_PLUGINS_AT = loggerhead@{toxinidir}