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:
authorsydneyli <sydli@stanford.edu>2018-07-18 06:00:12 +0300
committerBrad Warren <bmw@users.noreply.github.com>2018-07-18 06:00:12 +0300
commit94cadd33eb4efce19c1023346d5721703e8c88f6 (patch)
treeef4b95a88ae03179c4aac84a323984872e8ed245 /.travis.yml
parent783b6e4746ac95d8aefe3ac9d0616a4176dbd6ca (diff)
test(postfix): env for testing on oldest deps (#6230)
Fixes #6124.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e3f7a021..b671c0e8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ matrix:
- python: "3.5"
env: TOXENV=mypy
- python: "2.7"
- env: TOXENV='py27-{acme,apache,certbot,dns,nginx}-oldest'
+ env: TOXENV='py27-{acme,apache,certbot,dns,nginx,postfix}-oldest'
sudo: required
services: docker
- python: "3.4"