cubicweb/skeleton/tox.ini.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 16:11:54 +0100
branch3.26
changeset 12371 923f9c9f56c5
parent 12099 5dd20fc21557
child 12341 921dfb88b115
permissions -rw-r--r--
[pyramid] improve pyramid warning with link to doc on how to write pyramid.ini file

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