https://github.com/galaxyproject/galaxy
Revision 7b37ae3a207e0d10762e96544b6e03c1233d09c1 authored by John Chilton on 14 December 2016, 13:20:39 UTC, committed by John Chilton on 14 December 2016, 13:20:39 UTC
1 parent 8206c52
Raw File
Tip revision: 7b37ae3a207e0d10762e96544b6e03c1233d09c1 authored by John Chilton on 14 December 2016, 13:20:39 UTC
Starting work on 17.1.2
Tip revision: 7b37ae3
setup.cfg
[wheel]
universal = 1

[nosetests]
exclude=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,D101,D102,D103,D105,D200,D204,D205,D210,D400,D402
exclude = galaxy/util/jstree.py
import-order-style = smarkets
application-import-names = galaxy
back to top