diff --git a/.travis.yml b/.travis.yml
index 784413b6f640f61f5fefcef9bdb559e1795d38e0..2a198acfac5a7e3eaa6c647f68c47afd8e2796d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 ---
 language: python
-python: ["2.7", "3.2", "3.3", "3.4", "3.5", "3.6"]
+python: ["2.7", "3.4", "3.5", "3.6"]
 dist: trusty
 sudo: false
 cache:
diff --git a/README.rst b/README.rst
index 56f25e8a97394feaa7066566f344312130776083..3b9173fd9083d12fcda97f503527a932e9afbeb7 100644
--- a/README.rst
+++ b/README.rst
@@ -82,8 +82,6 @@ at: https://www.shore.co.il/git/.
 TODO
 ----
 
-- Fix test failure on Python 3.2
-  (https://travis-ci.org/adarnimrod/template/jobs/194581463).
 - Release on tagged commits to PyPI in Travis CI
   (https://docs.travis-ci.com/user/deployment/pypi/ and
   https://docs.travis-ci.com/user/encryption-keys/).
diff --git a/tox.ini b/tox.ini
index 6215fac4a1f8a95dc0ed6e7a4ccb3b4143460bcf..557e4fcd37f3d1eac2a2dc2001566e5ac141652b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,8 +4,6 @@ envlist = py{2,3},docs,bandit,pre-commit
 [travis]
 python =
     2.7: py2
-    3.2: py3
-    3.3: py3
     3.4: py3
     3.5: py3
     3.6: py3