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.
21 lines
183 B
Plaintext
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
|