mirror of https://github.com/jab/bidict.git
update to latest hypothesis (3.17.0) and flake8 (3.4.1)
also enable pypy3 in tox.ini
This commit is contained in:
parent
15d123df91
commit
e2acff57f6
4
setup.py
4
setup.py
|
@ -19,8 +19,8 @@ long_description = from_file('README.rst', 'See https://bidict.readthedocs.org')
|
|||
|
||||
tests_require = [
|
||||
'coverage==4.4.1',
|
||||
'flake8==3.2.1',
|
||||
'hypothesis==3.12.0',
|
||||
'flake8==3.4.1',
|
||||
'hypothesis==3.17.0',
|
||||
'hypothesis-pytest==0.19.0',
|
||||
'py==1.4.34',
|
||||
'pydocstyle==2.0.0',
|
||||
|
|
Loading…
Reference in New Issue