cubicweb/skeleton/tox.ini.tmpl
author Simon Chabot <simon.chabot@logilab.fr>
Fri, 31 Jan 2020 15:28:55 +0100
changeset 12850 a9562c7b4456
parent 12596 48ea46ad80da
permissions -rw-r--r--
[pkg] Version 3.28.0.dev0

[tox]
envlist = py3,flake8,check-manifest

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

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

[testenv:check-manifest]
skip_install = true
deps =
  check-manifest
commands =
  {envpython} -m check_manifest {toxinidir}

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