https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 30ec4d97050e1d3300663390bac84cca19dffc39 authored by John Chilton on 11 May 2016, 20:23:49 UTC
Version 16.7.5
Tip revision: 30ec4d9
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,E203,E501,E402
exclude = galaxy/util/jstree.py
back to top