mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Travis CI now also confirm that the docs build correctly and the flake8 runs succesfully. Tox also has the advantage that it tests that beets installs correctly. Currently flake8 does not run succesfully so it is configured to not fail the build on Travis.
8 lines
173 B
INI
8 lines
173 B
INI
[nosetests]
|
|
verbosity=1
|
|
logging-clear-handlers=1
|
|
|
|
[flake8]
|
|
# F401 module imported but unused
|
|
# E231 missing whitespace after ',' (used to align visually)
|
|
ignore=F401,E241
|