/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: Jelmer Vernooij
  • Date: 2021-11-15 00:02:56 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: jelmer@jelmer.uk-20211115000256-lzzcr2s4ikp18nwf
Fix use of tox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
 
envlist = py27,py35,py36,py37,py38
 
2
envlist = py27,py36,py37,py38,py39
3
3
skipsdist=True
4
4
 
5
5
[testenv]
8
8
setenv =
9
9
    py27,py35: VIRTUALENV_DOWNLOAD = 0
10
10
    py27,py35: VIRTUALENV_PIP = 20.3.4
 
11
    BRZ_PLUGIN_PATH=-user:-site
11
12
    BRZ_PLUGINS_AT = loggerhead@{toxinidir}
12
13
 
13
14
[testenv:py27]