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}