From d1777072333a09696c6c239a7071a704960f58d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 12 Jan 2017 10:57:42 +0100 Subject: [PATCH] Python 2.6 still doesn't support delta in assertAlmostEqual --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a82aff1..5103385 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.2" - "3.3" diff --git a/README.md b/README.md index 7faea81..ad4777f 100644 --- a/README.md +++ b/README.md @@ -71,5 +71,5 @@ Useful links Dependencies ------------ - - Python 2.7 (tested on 2.7.5) + - Python 2.7 (tested on 2.7.5; 2.6 might work, but test suite lacks support) - Python Imaging Library (Debian/Ubuntu package: `python-imaging`)