Remove support for python2.6

This commit is contained in:
William Budington 2015-06-18 18:35:35 -07:00
parent a873e8ea33
commit dee1b7f049

View file

@ -12,7 +12,6 @@ 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