[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.
--- 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}