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-07-06 19:19:36 +0300
committerBrad Warren <bmw@eff.org>2018-07-06 19:19:36 +0300
commitedfa6fd459beb3d6dd04595ae46c3a0fddf5b907 (patch)
tree4df656bdfd7dbfcd2b9f979a865bd9ccc3b4689a /.travis.yml
parent3414bb63610d4f08bec5aea97469d57a8afb95a8 (diff)
parent08378203df8978ec8b0c971abb88a0c51d094521 (diff)
Merge branch 'master' into py37-test-everythoing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 55dcae9e4..7e86788fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -97,6 +97,11 @@ matrix:
env: TOXENV=py36 BOULDER_INTEGRATION=v2
sudo: required
services: docker
+ - python: "3.7"
+ dist: xenial
+ env: TOXENV=py37
+ sudo: required
+ services: docker
- python: "2.7"
env: TOXENV=nginxroundtrip
- language: generic
@@ -122,8 +127,6 @@ sudo: false
addons:
apt:
- sources:
- - augeas
packages: # Keep in sync with letsencrypt-auto-source/pieces/bootstrappers/deb_common.sh and Boulder.
- python-dev
- python-virtualenv
@@ -135,10 +138,6 @@ addons:
# For certbot-nginx integration testing
- nginx-light
- openssl
- # for apacheconftest
- - apache2
- - libapache2-mod-wsgi
- - libapache2-mod-macro
install: "travis_retry $(command -v pip || command -v pip3) install tox coveralls"
script: