From 080b7100e2f8077d95deb7c5dcdd5adb792f528c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 31 Jul 2016 11:05:37 -0700 Subject: [PATCH] add travis builds for python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fafa990..8b456f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.3 - 3.4 + - 3.5 - pypy install: python setup.py install script: python setup.py test