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 --- docs/development/getting-started.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/development/getting-started.rst') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 0d7c91ea..55dfd6cb 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -75,10 +75,9 @@ each supported Python version and run the tests. For example: $ tox ... - ERROR: py26: InterpreterNotFound: python2.6 py27: commands succeeded ERROR: pypy: InterpreterNotFound: pypy - py33: commands succeeded + py34: commands succeeded docs: commands succeeded pep8: commands succeeded -- cgit v1.2.3