cubicweb/skeleton/tox.ini.tmpl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Nov 2016 18:25:50 +0100
branch3.24
changeset 11827 851b6bd79b50
parent 11692 d46e0b3a13cc
child 12099 5dd20fc21557
permissions -rw-r--r--
[pyramid] No more need for an internal connection when user is cached

[tox]
envlist = py27,py34,flake8

[testenv]
sitepackages = true
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/*