Add Python 3.5
diff --git a/.gitignore b/.gitignore
index 7b18379..11e37b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
.eggs
examples/simple/*.cert
examples/simple/*.pkey
+.cache
diff --git a/.travis.yml b/.travis.yml
index cf244a6..fd87a9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,8 @@
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
+ - python: "3.5"
+ env: TOXENV=py35
- python: "pypy"
env: TOXENV=pypy
@@ -38,6 +40,8 @@
env: TOXENV=py33-cryptographyMaster
- python: "3.4"
env: TOXENV=py34-cryptographyMaster
+ - python: "3.5"
+ env: TOXENV=py35-cryptographyMaster
- python: "pypy"
env: TOXENV=pypy-cryptographyMaster
@@ -77,6 +81,7 @@
- env: TOXENV=py27-cryptographyMaster
- env: TOXENV=py33-cryptographyMaster
- env: TOXENV=py34-cryptographyMaster
+ - env: TOXENV=py35-cryptographyMaster
- env: TOXENV=pypy-cryptographyMaster
- env: OPENSSL=0.9.8 TOXENV=py27
- env: TOXENV=pypy
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 41f8e59..beededf 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -14,7 +14,7 @@
Later it was maintained by `Jean-Paul Calderone`_ who among other things managed to make pyOpenSSL a pure Python project which the current maintainers are *very* grateful for.
Over the time the standard library's ``ssl`` module improved, never reaching the completeness of pyOpenSSL's API coverage.
-Despite `PEP 466`_ many useful features remain Python 3-only and pyOpenSSL remains the only alternative for full-featured TLS code across all noteworthy Python versions from 2.6 through 3.4 and PyPy_.
+Despite `PEP 466`_ many useful features remain Python 3-only and pyOpenSSL remains the only alternative for full-featured TLS code across all noteworthy Python versions from 2.6 through 3.5 and PyPy_.
Development
diff --git a/tox.ini b/tox.ini
index fcc7259..7a40309 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = {pypy,py26,py27,py33,py34}{,-cryptographyMaster},pypi-readme,check-manifest,flake8,pyroma,docs
+envlist = {pypy,py26,py27,py33,py34,py35}{,-cryptographyMaster},pypi-readme,check-manifest,flake8,pyroma,docs
[testenv]
whitelist_externals =