Mercurial > python-hglib
view tox.ini @ 213:388820908580 2.6.2
hglib: update grep to cope with behavior change in hg 5.2.
Since version 5.2, revision filed not printed without all argument.
Fixed inaccurate pasring result with lastest hg and changed test case.
author | Daehyeok Mun <daehyeok@gmail.com> |
---|---|
date | Sat, 21 Mar 2020 19:59:50 -0700 |
parents | 868a903689fd |
children | 8ac8e29c7a1f |
line wrap: on
line source
[tox] envlist = hg37,hg38,hg39,hg40,hg41,hg42,hg43,hg44,hg45,hg46,hg47,hg48,hg49,hg50,hg51,hg52 [testenv] deps= nose hg37: Mercurial==3.7.3 hg38: Mercurial==3.8.3 hg39: Mercurial==3.8.3 hg40: Mercurial==4.0.2 hg41: Mercurial==4.1.3 hg42: Mercurial==4.2.2 hg43: Mercurial==4.3.1 hg44: Mercurial==4.4.2 hg45: Mercurial==4.5.3 hg46: Mercurial==4.6.2 hg47: Mercurial==4.7.2 hg48: Mercurial==4.8.2 hg49: Mercurial==4.9.1 hg50: Mercurial==5.0.2 hg51: Mercurial==5.1.2 hg52: Mercurial==5.2.1 commands=nosetests {posargs}