Python 2.6 still doesn't support delta in assertAlmostEqual

This commit is contained in:
András Veres-Szentkirályi 2017-01-12 10:57:42 +01:00
parent 72ffc80aad
commit d177707233
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"

View file

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