Drop official support for Python 2.6

This commit is contained in:
Eduard Braun 2016-08-13 17:15:03 +02:00
parent 3f5c6c76c0
commit df142a2f22
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ install:
- pip install tox
env:
- TOX_ENV=py26
# - TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34