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 c62b614d9c
commit 65b22926f7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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',