cubicweb/skeleton/tox.ini.tmpl
author Noe Gaumont <ngaumont@logilab.fr>
Thu, 18 Apr 2019 15:09:36 +0200
changeset 12582 2b0a3f2607f0
parent 12360 5be7a80d0696
child 12594 cd9c9573fbd5
permissions -rw-r--r--
[doc] add a reference to static-messages.pot usage

[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/*