cubicweb/skeleton/tox.ini.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Wed, 13 Feb 2019 17:32:41 +0100
branch3.26
changeset 12375 e7221f2123e6
parent 12099 5dd20fc21557
child 12341 921dfb88b115
permissions -rw-r--r--
[README] point to xmpp room for contributors

[tox]
envlist = py27,py34,flake8

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

[testenv:flake8]
skip_install = true
whitelist_externals =
  flake8
deps =
  flake8
commands = flake8

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