Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2018-02-17 03:20:45 +0300
committerBrad Warren <bmw@eff.org>2018-02-22 06:11:01 +0300
commitf1b7017c0c632054c61a231f8cd83db092d063fa (patch)
tree94c46ff6a984855a3eba59801f7f19f9a9aa3476 /.travis.yml
parent42638afc7568c161f467a4f6f385d597a6e329d9 (diff)
Finish dropping Python 2.6 and 3.3 support
* Undo letsencrypt-auto changes * Remove ordereddict import * Add Python 3.4 tests to replace 3.3 * Add python_requires * update pipstrap
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1077d99d9..42b8d679d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,10 @@ matrix:
env: TOXENV=py27-oldest
sudo: required
services: docker
+ - python: "3.4"
+ env: TOXENV=py34
+ sudo: required
+ services: docker
- python: "3.6"
env: TOXENV=py36
sudo: required