diff --git a/.travis.yml b/.travis.yml index ed466a6..bce20dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.2 - 3.3 - 3.4 + - 3.5 - pypy install: - sudo apt-get install libffi-dev diff --git a/README.md b/README.md index 2aa20af..d800c44 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For more information on WinRM, please visit ## Requirements * Linux, Mac OS X or Windows -* CPython 2.6, 2.7, 3.2, 3.3 or PyPy 1.9 +* CPython 2.6-2.7, 3.2-3.5 or PyPy 1.9 * [python-kerberos](http://pypi.python.org/pypi/kerberos) is optional ## Installation