tox.ini
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 25 Nov 2015 12:32:59 +0100
changeset 11607 5b36399b6b21
parent 11604 18348ac158db
child 11610 4cac84a8bf5f
permissions -rw-r--r--
[bwcompat] also set response headers in error cases I had this sitting around in my local copy, I don't remember why I needed this but it seems correct.

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

[testenv]
sitepackages = true
deps =
  pytest
  webtest
  cubicweb-pyramid
  release: cubicweb
  dev: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.22#egg=cubicweb
commands =
  {envpython} -m pytest {posargs:{toxinidir}/pyramid_cubicweb/tests}