swh:1:snp:68efb3baf28256c952b30ae9ecf5cb4fac86eafb
Raw File
Tip revision: 5b3085094ba9c84f24a5fb0a3986aa5b69099c16 authored by John Chilton on 05 June 2016, 13:40:19 UTC
Version 16.7.8
Tip revision: 5b30850
setup.cfg
[wheel]
universal = 1

[nosetests]
exclude=(dictobj|jstree)
verbosity=1
detailed-errors=1
with-doctest=1
with-coverage=1
logging-filter=galaxy
logging-level=INFO


[flake8]
max-line-length = 150
max-complexity = 30
# See galaxy
ignore = E128,E201,E202,E501,E402
exclude = galaxy/util/jstree.py
back to top