aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-12 06:06:01 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-10-11 18:06:01 -0400
commit4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 (patch)
treeeca2e7ce6043f94cbb8034ee3ad95aaf45bdcf41 /docs/development
parent38fe038522651fd18eeae60d5e96dc81aa07e863 (diff)
downloadcryptography-4cf6e785ca5608cffd8d92ad1e1a5073108a2a20.tar.gz
cryptography-4cf6e785ca5608cffd8d92ad1e1a5073108a2a20.tar.bz2
cryptography-4cf6e785ca5608cffd8d92ad1e1a5073108a2a20.zip
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
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/getting-started.rst3
1 files changed, 1 insertions, 2 deletions
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