tox.ini
changeset 11624 e74bd3130d99
parent 11610 4cac84a8bf5f
child 11630 1400aee10df4
--- 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}