flask/setup.cfg
David Lord 65b22926f7
reduce number of tox and travis envs
bump minimum werkzeug version to fix tests
cache pip pacakges on travis
collect branch coverage
collect coverage of test code
report coverage across envs
test building docs
enable codecov integration
2017-05-24 15:41:35 -07:00

12 lines
151 B
INI

[aliases]
release = egg_info -RDb ''
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[tool:pytest]
minversion = 3.0
testpaths = tests