cubicweb/skeleton/tox.ini.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Tue, 17 Dec 2019 17:54:09 +0100
changeset 12822 6a3634515bd5
parent 12596 48ea46ad80da
permissions -rw-r--r--
[test/ux] add a warning when test from FirefoxHelper timeout

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