Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
raven / setup.cfg
Size: Mime:
[tool:pytest]
python_files = test*.py
addopts = --tb=native -p no:doctest -p no:logging --cov=raven
norecursedirs = raven build bin dist htmlcov hooks node_modules .* {args}
django_settings_module = tests.contrib.django.settings
python_paths = tests
flake8-ignore = 
	tests/ ALL

[flake8]
ignore = F999,E501,E128,E124,E402,W503,E731,F841,D100,D101,D102,D103,D104,D105,D107,D200,D201,D205,D400,D401,D402,D403,I100,I101, I201, I202
max-line-length = 100
exclude = .tox,.git,tests

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0