update to latest hypothesis (3.17.0) and flake8 (3.4.1)

also enable pypy3 in tox.ini
This commit is contained in:
jab 2017-08-12 15:48:17 +00:00
parent 15d123df91
commit e2acff57f6
2 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, pypy
envlist = py27, py34, py35, py36, pypy, pypy3
[testenv]
commands =