tox.ini
changeset 11630 1400aee10df4
parent 11624 e74bd3130d99
child 11631 faf279e33298
equal deleted inserted replaced
11629:0459094d9728 11630:1400aee10df4
     1 [tox]
     1 [tox]
     2 envlist = py27-{release,dev,compat}
     2 envlist = py27-{release,dev,compat},py34-{release,dev}
     3 
     3 
     4 [testenv]
     4 [testenv]
     5 sitepackages = true
     5 sitepackages = true
     6 deps = 
     6 deps =
       
     7   py27: cubicweb-pyramid
       
     8   py34: hg+http://hg.logilab.org/review/cubes/pyramid@4808ab6b1c9c#egg=cubicweb-pyramid
     7   -rrequirements-test.txt
     9   -rrequirements-test.txt
     8   pytest
    10   pytest
     9   compat: hg+http://hg.logilab.org/master/cubicweb@3.22#egg=cubicweb
    11   compat: hg+http://hg.logilab.org/master/cubicweb@3.22#egg=cubicweb
    10   dev: hg+http://hg.logilab.org/master/cubicweb@default#egg=cubicweb
    12   dev: hg+http://hg.logilab.org/master/cubicweb@default#egg=cubicweb
    11 commands =
    13 commands =