Drop support for Python 2.6 - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 86f4e1beacd49e803358d22927c00b7a4a1ffc2b
 (DIR) parent d21e45899c619f140ab0d1957003d7e4fa2fd8b4
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Sat, 15 Apr 2017 14:55:27 +0200
       
       Drop support for Python 2.6
       
       Diffstat:
         .travis.yml                         |       1 -
         setup.py                            |       1 -
       
       2 files changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       @@ -1,7 +1,6 @@
        language: python
        
        python:
       -  - "2.6"
          - "2.7"
          - "3.3"
          - "3.4"
 (DIR) diff --git a/setup.py b/setup.py
       @@ -19,7 +19,6 @@ setup(
                'Development Status :: 4 - Beta',
                'License :: OSI Approved :: MIT License',
                'Programming Language :: Python :: 2',
       -        'Programming Language :: Python :: 2.6',
                'Programming Language :: Python :: 2.7',
                'Programming Language :: Python :: 3',
                'Programming Language :: Python :: 3.3',