Mercurial > hgsubversion
comparison tox.ini @ 1486:be8f446f94e5 stable
testing: add tox config to easily run tests against many hg versions
We've shipped a couple of minor regressions here and there, but now
it's easy to avoid.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sun, 26 Jun 2016 16:14:07 -0400 |
parents | |
children | 60690af283e5 |
comparison
equal
deleted
inserted
replaced
1485:6088597abd20 | 1486:be8f446f94e5 |
---|---|
1 [tox] | |
2 envlist = hg28,hg30,hg31,hg32,hg33,hg34,hg35,hg36,hg37,hg38 | |
3 | |
4 [testenv] | |
5 deps= | |
6 nose | |
7 hg28: Mercurial==2.8.2 | |
8 hg30: Mercurial==3.0.1 | |
9 hg31: Mercurial==3.1.2 | |
10 hg32: Mercurial==3.2.4 | |
11 hg33: Mercurial==3.3.3 | |
12 hg34: Mercurial==3.4.2 | |
13 hg35: Mercurial==3.5.2 | |
14 hg36: Mercurial==3.6.3 | |
15 hg37: Mercurial==3.7.3 | |
16 hg38: Mercurial==3.8.3 | |
17 subvertpy | |
18 commands=nosetests {posargs} |