Merge pull request #190 from hugovk/patch-1

Python 3.5 is out
This commit is contained in:
Matthew Honnibal 2015-11-29 15:35:08 +11:00
commit 7b83f5adaf
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ os:
python:
- "2.7"
- "3.4"
- "3.5"
# install dependencies
install:

View File

@ -41,6 +41,7 @@ Supports
* CPython 2.7
* CPython 3.4
* CPython 3.5
* OSX
* Linux
* Cygwin