cubicweb/skeleton/tox.ini.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Fri, 22 Feb 2019 15:16:26 +0100
branch3.26
changeset 12445 21651da94d2d
parent 12434 4443ae7c9a2d
child 12594 cd9c9573fbd5
permissions -rw-r--r--
[doc] add link to cubes contribution document

[tox]
envlist = py27,py3,flake8

[testenv]
deps =
  pytest
commands =
  {envpython} -m pytest {posargs:test}

[testenv:flake8]
basepython = python3
skip_install = true
deps =
  flake8
commands = flake8

[flake8]
exclude = cubicweb_%(cubename)s/migration/*,test/data/*,.tox/*