tox.ini
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Jun 2016 17:59:49 +0200
changeset 11625 b23d60a9ea84
parent 11624 e74bd3130d99
child 11630 1400aee10df4
permissions -rw-r--r--
retrieve session data in a single query instead of two (one for the session object, the other for its cwsessiondata attribute).

[tox]
envlist = py27-{release,dev,compat}

[testenv]
sitepackages = true
deps = 
  -rrequirements-test.txt
  pytest
  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 {toxinidir}/pyramid_cubicweb/tests {posargs}