From a3aad9d9b78aba4a1c782accbf29730e9999c89c Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 17 Aug 2014 19:41:55 +0100 Subject: Add py34 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 98b9a4a..2fa38f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ python: - "pypy" - "3.2" - "3.3" + - "3.4" script: python setup.py test -- cgit v1.2.1