1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

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

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