diff --git a/.travis.yml b/.travis.yml
index a594c740418887f6eddcd6c22f7e01407fcb55d8..87178765fa945a7128b8e4bd679504726c182490 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,19 +8,27 @@ matrix:
   include:
     - compiler: gcc
       language: python
-      python: 2.7
+      python: 3.3
       env: BINDINGS=python
     - compiler: clang
       language: python
-      python: 2.7
+      python: 3.3
+      env: BINDINGS=python
+    - compiler: gcc
+      language: python
+      python: 3.2
+      env: BINDINGS=python
+    - compiler: clang
+      language: python
+      python: 3.2
       env: BINDINGS=python
     - compiler: gcc
       language: python
-      python: 2.6
+      python: 2.7
       env: BINDINGS=python
     - compiler: clang
       language: python
-      python: 2.6
+      python: 2.7
       env: BINDINGS=python
 before_install:
   - sudo apt-get update -qq