From 9e60bac40ade07b8d35989f0d45a444cbd7f2740 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Thu, 26 Jun 2014 12:46:21 -0400 Subject: Add python 3.3 and 3.4 support --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8ca6e8..fca311c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - 2.6 - 2.7 - 3.2 + - 3.3 + - 3.4 - pypy -script: python setup.py test \ No newline at end of file +script: python setup.py test -- cgit v1.2.1