cubicweb/skeleton/tox.ini.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 25 Jun 2019 16:43:16 +0200
branch3.26
changeset 12666 0e12c615aa0b
parent 12434 4443ae7c9a2d
child 12594 cd9c9573fbd5
permissions -rw-r--r--
[debian] Set Section: python for python- binary package This is to fix a Lintian warning.

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