[tox] use master URL for yams repository
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 21 Mar 2016 10:53:44 +0100
changeset 11221 2cbd81aa2c19
parent 11220 ffef75b7a26e
child 11225 0f8301ea653b
[tox] use master URL for yams repository No need to clone from review. This should help get consistent results.
tox.ini
--- a/tox.ini	Tue Jan 19 16:11:16 2016 +0100
+++ b/tox.ini	Mon Mar 21 10:53:44 2016 +0100
@@ -9,7 +9,7 @@
 whitelist_externals =
   /usr/bin/touch
 deps =
-  hg+https://hg.logilab.org/review/yams@default#egg=yams
+  hg+https://hg.logilab.org/master/yams@default#egg=yams
   py34: -e.
   cubicweb: -r{toxinidir}/cubicweb/test/requirements.txt
   devtools: -r{toxinidir}/cubicweb/devtools/test/requirements.txt