mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-05 06:15:19 +00:00
Python 2.6 still doesn't support delta in assertAlmostEqual
This commit is contained in:
parent
72ffc80aad
commit
d177707233
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
|
|
|
|||
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue