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
This commit is contained in:
David Lord 2017-05-24 15:41:35 -07:00
parent 03d39490a3
commit 50df5f8b91
5 changed files with 113 additions and 64 deletions

View file

@ -71,7 +71,7 @@ setup(
zip_safe=False,
platforms='any',
install_requires=[
'Werkzeug>=0.7',
'Werkzeug>=0.9',
'Jinja2>=2.4',
'itsdangerous>=0.21',
'click>=4.0',