Revert "Remove support for python2.6"

This reverts commit dee1b7f049.
This commit is contained in:
Jakub Warmuz 2015-06-19 07:38:05 +00:00
parent ed7ba28211
commit 6d2c81138e
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -12,6 +12,7 @@ after_success: '[ "$TOXENV" == "cover" ] && coveralls'
# matrix, which allows us to clearly distinguish which component under
# test has failed
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=lint
- TOXENV=cover