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:
parent
c62b614d9c
commit
65b22926f7
5 changed files with 113 additions and 64 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue