cubicweb/skeleton/tox.ini.tmpl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 12 Mar 2019 23:30:12 +0100
changeset 12835 1fd029f11dc4
parent 12596 48ea46ad80da
permissions -rw-r--r--
[server/querier] drop ExecutionPlan.annotate_rqlst that is never used

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