tox.ini
changeset 11624 e74bd3130d99
parent 11610 4cac84a8bf5f
child 11630 1400aee10df4
equal deleted inserted replaced
11623:b6f6737d4823 11624:e74bd3130d99
     4 [testenv]
     4 [testenv]
     5 sitepackages = true
     5 sitepackages = true
     6 deps = 
     6 deps = 
     7   -rrequirements-test.txt
     7   -rrequirements-test.txt
     8   pytest
     8   pytest
     9   release: cubicweb
     9   compat: hg+http://hg.logilab.org/master/cubicweb@3.22#egg=cubicweb
    10   compat: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.20#egg=cubicweb
    10   dev: hg+http://hg.logilab.org/master/cubicweb@default#egg=cubicweb
    11   dev: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.23#egg=cubicweb
       
    12 commands =
    11 commands =
    13   {envpython} -m pytest {posargs:{toxinidir}/pyramid_cubicweb/tests}
    12   {envpython} -m pytest {toxinidir}/pyramid_cubicweb/tests {posargs}