Don't test on Python 2.6 as it does not have OrderedDict

Fixes #6
This commit is contained in:
2017-04-22 12:54:07 +02:00
parent fa264ff08e
commit 5df258f125

View File

@@ -1,6 +1,6 @@
language: python language: python
python: python:
- "2.6" # - "2.6" # 2.6 does not have collections.OrderedDict
- "2.7" - "2.7"
- "3.2" - "3.2"
- "3.3" - "3.3"