# HG changeset patch # User Denis Laxalde # Date 1467097632 -7200 # Node ID e74bd3130d99e7bd8ff4eb19ff0f739eb5ef47ef # Parent b6f6737d4823d8aa55b1d01b5a83cb0815ac0bf3 [tox] Update CubicWeb version targets * In -release, no need to specify cubicweb dependency, its pulled by setup.py. * Use 3.22 as -compat. * Point to "default" branch for -dev. Also remove test directory from posargs. diff -r b6f6737d4823 -r e74bd3130d99 tox.ini --- a/tox.ini Thu Jun 16 16:25:32 2016 +0200 +++ b/tox.ini Tue Jun 28 09:07:12 2016 +0200 @@ -6,8 +6,7 @@ deps = -rrequirements-test.txt pytest - release: cubicweb - compat: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.20#egg=cubicweb - dev: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.23#egg=cubicweb + compat: hg+http://hg.logilab.org/master/cubicweb@3.22#egg=cubicweb + dev: hg+http://hg.logilab.org/master/cubicweb@default#egg=cubicweb commands = - {envpython} -m pytest {posargs:{toxinidir}/pyramid_cubicweb/tests} + {envpython} -m pytest {toxinidir}/pyramid_cubicweb/tests {posargs}