Tests to run before commit - pkess/beets GitHub Wiki
Running
tox
before your commit will extend to all tests also done by travis
tox will expand to run
nosetests
tox -e flake8
and more
Running
tox
before your commit will extend to all tests also done by travis
tox will expand to run
nosetests
tox -e flake8
and more