From 1f6ede851da3283e982e3193e8a2f72ec6f883fa Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 16 Feb 2015 10:25:44 +0000 Subject: [PATCH] Run tests on Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c6ee7d..263b876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" # command to run tests script: python setup.py test