upgrade to latest flake8, pydocstyle, pytest-cov, and sphinx dependencies

This commit is contained in:
jab 2016-11-21 05:48:44 +00:00
parent 2e8ccc2eec
commit c923b297c3
1 changed files with 4 additions and 4 deletions

View File

@ -19,15 +19,15 @@ except Exception as e:
tests_require = [
'coverage==4.2',
'flake8==2.5.4',
'flake8==3.2.0',
'hypothesis==3.6.0',
'hypothesis-pytest==0.19.0',
'py==1.4.31',
'pydocstyle==1.0.0',
'pydocstyle==1.1.1',
'pytest==3.0.4',
'pytest-benchmark==3.0.0',
'pytest-cov==2.2.1',
'Sphinx==1.4.4',
'pytest-cov==2.4.0',
'Sphinx==1.4.8',
]
setup(