# Always color, even if piping to a another program
--color

# Python project settings
--ignore-dir=.eggs/
--ignore-dir=.tox/
--ignore-dir=build/
--ignore-dir=cover/