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:
authorohemorange <ebportnoy@gmail.com>2019-09-16 21:14:26 +0300
committerGitHub <noreply@github.com>2019-09-16 21:14:26 +0300
commitfb6aad28bded071864d4827a3876a1f1bbb93ce2 (patch)
treefffb0df9a006b54e468e06596cfc0ce8c7ace4de /CHANGELOG.md
parentab76834100d75e5330f585b9619332e2e0c8a43e (diff)
Get integration tests working on python 3.8 (#7372)
* Get integration tests working on python 3.8 * Run unit tests on py38 * Update coveragercs to use coverage 4.5+ format * remove line added to tox.ini * update changelog * xenial is the new travis default; no need to specify in .travis.yml
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce527dbc3..075da8376 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Added
-*
+* Run tests on Python3.8.
### Changed