Mercurial > python-hglib
comparison tox.ini @ 209:522cefa8cb45
tox: add a tox.ini for easier testing of hglib against many hg versions
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 23 May 2019 12:42:50 -0400 |
parents | |
children | 513ebe91dc72 |
comparison
equal
deleted
inserted
replaced
208:12e6aaef0f6e | 209:522cefa8cb45 |
---|---|
1 [tox] | |
2 envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44,hg45,hg46,hg47,hg48,hg49,hg50 | |
3 | |
4 [testenv] | |
5 deps= | |
6 nose | |
7 hg37: Mercurial==3.7.3 | |
8 hg38: Mercurial==3.8.3 | |
9 hg39: Mercurial==3.8.3 | |
10 hg40: Mercurial==4.0.2 | |
11 hg41: Mercurial==4.1.3 | |
12 hg42: Mercurial==4.2.2 | |
13 hg43: Mercurial==4.3.1 | |
14 hg44: Mercurial==4.4.2 | |
15 hg45: Mercurial==4.5.3 | |
16 hg46: Mercurial==4.6.2 | |
17 hg47: Mercurial==4.7.2 | |
18 hg48: Mercurial==4.8.2 | |
19 hg49: Mercurial==4.9.1 | |
20 hg50: Mercurial==5.0 | |
21 | |
22 commands=nosetests {posargs} |