Newer
Older
[tox]
minversion = 1.8
toxworkdir = {homedir}/.tox/work/mercurial/path_pattern
distshare = {homedir}/.tox/distshare
skip_missing_interpreters = True
; envlist = {py26}-{hg27,hg29}, {py27}-hg{28,29,30,31,32,33,36,37,38,40}
envlist = {py27}-hg{27,29,30,31,32,33,36,37,38,40}
; sync with testedwith in .py!
[testenv]
passenv = HOME
basepython =
py26: python2.6
py27: python2.7
deps =
mercurial_extension_utils >= 1.2.0
cram >= 0.6
hg27: Mercurial>=2.7,<2.8
hg28: Mercurial>=2.8,<2.9
hg29: Mercurial>=2.9,<3.0
hg30: Mercurial>=3.0,<3.1
hg31: Mercurial>=3.1,<3.2
hg32: Mercurial>=3.2,<3.3
hg33: Mercurial>=3.3,<3.4
hg34: Mercurial>=3.4,<3.5
hg35: Mercurial>=3.5,<3.6
hg36: Mercurial>=3.6,<3.7
hg37: Mercurial>=3.7,<3.8
hg38: Mercurial>=3.8,<3.9