summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--tests/__init__.py0
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 43a42798..7ebb9312 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 00000000..e69de29b
--- /dev/null
+++ b/tests/__init__.py