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`)