/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: Tres Seaver
  • Date: 2010-03-23 15:44:51 UTC
  • mto: This revision was merged to the branch mainline in revision 405.
  • Revision ID: tseaver@agendaless.com-20100323154451-enjul7pa2crkk18b
Add Sphinx-based documentation.

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}