mopidy/.gitignore
Stein Magnus Jodal 815b490206 tox: Add tox config file
This allows for testing across multiple environments, including Python 3 in
the not too distant future. The instant bonus is that this allows for testing
the docs build at Travis so I don't make more releases like 0.18.2 with broken
docs.
2014-02-17 12:51:02 +01:00

21 lines
183 B
Plaintext

*.egg-info
*.orig
*.pyc
*.swp
*~
.coverage
.idea
.noseids
.tox
MANIFEST
build/
cover/
coverage.xml
dist/
docs/_build/
js/test/lib/
mopidy.log*
node_modules/
nosetests.xml
xunit-*.xml