mopidy/dev-requirements.txt
Stein Magnus Jodal 4eacc911c9 Switch from Fabric to Invoke
We don't use any of the remote server features supported by Fabric, so better
to use the smaller, more modern, and Python 3 compatible Invoke.
2014-09-11 00:01:50 +02:00

29 lines
380 B
Plaintext

# Automate tasks
invoke
# Build documentation
sphinx
# Check code style, errors, etc
flake8
flake8-import-order
# Mock dependencies in tests
mock
# Test runners
nose
tox
# Measure test's code coverage
coverage
# Check that MANIFEST.in matches Git repo contents before making a release
check-manifest
# To make wheel packages
wheel
# Securely upload packages to PyPI
twine