cubicweb/skeleton/tox.ini.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:30:12 +0100
changeset 12416 30b83cf45dd4
parent 12360 5be7a80d0696
child 12594 cd9c9573fbd5
permissions -rw-r--r--
[doc] add actual link to previous post

[tox]
envlist = py27,py3,flake8

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

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

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