~jelmer/loggerhead/pin-breezy

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Colin Watson
  • Date: 2020-08-04 09:57:47 UTC
  • mfrom: (507.1.3 loggerhead)
  • Revision ID: cjwatson@canonical.com-20200804095747-3uot16uoib1omf8c
[r=cjwatson] Run tests in tox

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
envlist = py27,py35,py36,py37,py38
 
3
skipsdist=True
 
4
 
 
5
[testenv]
 
6
deps = -rrequirements.txt
 
7
commands = brz selftest -v breezy.plugins.loggerhead --strict
 
8
setenv = BRZ_PLUGINS_AT = loggerhead@{toxinidir}