From e5822c9fa1b9243639450369b80df2746df714d0 Mon Sep 17 00:00:00 2001 From: Scott Maxwell Date: Wed, 30 Oct 2013 16:02:01 -0700 Subject: [PATCH] Add Py3.2 and Py3.3 to travis --- .travis.yml | 2 ++ tests/__init__.py | 0 2 files changed, 2 insertions(+) create mode 100644 tests/__init__.py diff --git a/.travis.yml b/.travis.yml index 43a4279..7ebb931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.5" - "2.6" - "2.7" + - "3.2" + - "3.3" install: # Self-install for setup.py-driven deps - pip install -e . diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29