cubicweb/skeleton/tox.ini.tmpl
author David Douard <david.douard@logilab.fr>
Tue, 04 Apr 2017 10:50:49 +0200
branch3.25
changeset 12197 43022c1fa133
parent 12099 5dd20fc21557
child 12341 921dfb88b115
permissions -rw-r--r--
[cwctl] upgrade: do delete the static data dir if verbosity is 0 (closes #17069749)

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