From e2acff57f6a974462ab05a7756fcffb24ceb9d8e Mon Sep 17 00:00:00 2001 From: jab Date: Sat, 12 Aug 2017 15:48:17 +0000 Subject: [PATCH] update to latest hypothesis (3.17.0) and flake8 (3.4.1) also enable pypy3 in tox.ini --- setup.py | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 9f9d064..b4ebb15 100644 --- a/setup.py +++ b/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', diff --git a/tox.ini b/tox.ini index 221025f..b5e05c2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, pypy +envlist = py27, py34, py35, py36, pypy, pypy3 [testenv] commands =