tox.ini
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 11 Dec 2015 17:21:58 +0100
changeset 11603 c7bfeb7b0d67
parent 11602 0737f481b358
child 11604 18348ac158db
permissions -rw-r--r--
[tox] Use py.test Rename test view so that py.test does not consider it as a test function.

[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 pyramid_cubicweb/tests {posargs}