tox.ini
author David Douard <david.douard@logilab.fr>
Wed, 11 May 2016 11:26:16 +0200
changeset 11621 5747d4c2e083
parent 11610 4cac84a8bf5f
child 11624 e74bd3130d99
permissions -rw-r--r--
[doc] update a bit the documentation Also convert the README in rst (so it can be properly displayed on cubicweb.org).

[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}