From f36c54c335ed6601d98f87e1f8b9809d0bbff4f6 Mon Sep 17 00:00:00 2001 From: Matthew Rocklin Date: Mon, 29 Feb 2016 21:39:39 -0800 Subject: [PATCH] Test 3.4 and 3.5 on travis.ci --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 896470b..3318b9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,7 @@ python: - 2.7 - 3.2 - 3.3 -install: + - 3.4 + - 3.5 +install: script: python setup.py test