diff --git a/.travis.yml b/.travis.yml index fc2441e3e..c90da84d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ os: python: - "2.7" - "3.4" + - "3.5" # install dependencies install: diff --git a/README.md b/README.md index 38d2e5dc8..4fd29e8ef 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Supports * CPython 2.7 * CPython 3.4 +* CPython 3.5 * OSX * Linux * Cygwin