From 4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Oct 2017 06:06:01 +0800 Subject: expunge python 2.6 (#3962) * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b8def744..03c4c074 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.4 -envlist = py26,py27,pypy,py33,py34,py35,py36,docs,pep8,py3pep8 +envlist = py27,pypy,py34,py35,py36,docs,pep8,py3pep8 [testenv] extras = -- cgit v1.2.3