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 = py27,py35,py36,py37,py38 skipsdist=True [testenv] deps = -rrequirements.txt commands = brz selftest -v breezy.plugins.loggerhead --strict setenv = py27,py35: VIRTUALENV_DOWNLOAD = 0 py27,py35: VIRTUALENV_PIP = 20.3.4 BRZ_PLUGINS_AT = loggerhead@{toxinidir} [testenv:py27] install_command = {toxinidir}/tox-scripts/py27-install {opts} {packages} |