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