cubicweb/skeleton/tox.ini.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Thu, 11 Apr 2019 20:15:09 +0200
changeset 12571 eba09a2ac61d
parent 12360 5be7a80d0696
child 12594 cd9c9573fbd5
permissions -rw-r--r--
DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()

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