tox.ini
changeset 10900 d666c9386b58
parent 10838 b6cfbcdccc7f
child 10975 6615ecb60244
--- a/tox.ini	Fri Sep 18 11:12:03 2015 +0200
+++ b/tox.ini	Fri Nov 20 14:17:46 2015 +0100
@@ -8,7 +8,9 @@
 [testenv:cubicweb]
 deps =
   -r{toxinidir}/test/requirements.txt
-commands = pytest -t test {posargs}
+commands =
+  {envpython} -m pip install --upgrade --no-deps --quiet git+git://github.com/logilab/yapps@master#egg=yapps
+  pytest -t test {posargs}
 
 [testenv:dataimport]