mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 20:42:47 +02:00
Remove py26 oldest tests (#4856)
* Remove py26 oldest tests. The only systems where we support Python 2.6 use certbot-auto so the oldest supported versions of our dependencies are never used when using supported installation methods. Let's remove this unnecessary and slow test. * Make tox.ini happy * Remove py26-oldest from Travis
This commit is contained in:
committed by
Peter Eckersley
parent
93f094a86e
commit
1e6ea09dbd
@@ -33,13 +33,6 @@ matrix:
|
||||
- sudo cat /var/log/mysql/error.log
|
||||
- ps aux | grep mysql
|
||||
services: docker
|
||||
- python: "2.6"
|
||||
env: TOXENV=py26-oldest BOULDER_INTEGRATION=1
|
||||
sudo: required
|
||||
after_failure:
|
||||
- sudo cat /var/log/mysql/error.log
|
||||
- ps aux | grep mysql
|
||||
services: docker
|
||||
- python: "2.7"
|
||||
env: TOXENV=py27_install BOULDER_INTEGRATION=1
|
||||
sudo: required
|
||||
|
||||
Reference in New Issue
Block a user