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
12 lines
151 B
INI
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
|