From 77387d7a780eca4bc8ea1672c3bc20c57e2d413d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 23 Jan 2017 21:05:13 +0200
Subject: [PATCH] - Don't test on Python 3.2, not supported by Pygments.

---
 .travis.yml | 5 +----
 README.rst  | 2 --
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 126e901..a6fc5f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,10 @@
 ---
 language: python
-python: ["2.7", "3.2", "3.3", "3.4", "3.5"]
+python: ["2.7", "3.3", "3.4", "3.5"]
 dist: trusty
 sudo: false
 cache:
   - pip
-matrix:
-  allow_failures:
-    - python: "3.2"
 
 install:
     - pip install tox-travis
diff --git a/README.rst b/README.rst
index 0805cc4..95bba1e 100644
--- a/README.rst
+++ b/README.rst
@@ -64,7 +64,5 @@ at: https://www.shore.co.il/git/.
 TODO
 ----
 
-- Fix Travis CI run on Python 3.2
-  (https://travis-ci.org/adarnimrod/eb-prune/jobs/187705346).
 - Release to PyPI on tagged commits from Travis CI.
 - Add tests using moto.
-- 
GitLab