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
03d39490a3
commit
50df5f8b91
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