tox.ini
author David Douard <david.douard@logilab.fr>
Tue, 22 Mar 2016 13:58:38 +0100
changeset 11610 4cac84a8bf5f
parent 11604 18348ac158db
child 11624 e74bd3130d99
permissions -rw-r--r--
[pkg] add a requirements-test.txt file for test dependencies on WebTest and cubicweb-pyramid

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

[testenv]
sitepackages = true
deps = 
  -rrequirements-test.txt
  pytest
  release: cubicweb
  compat: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.20#egg=cubicweb
  dev: hg+http://hg.logilab.org/master/cubicweb@cubicweb-3.23#egg=cubicweb
commands =
  {envpython} -m pytest {posargs:{toxinidir}/pyramid_cubicweb/tests}