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:
authorJakub Warmuz <jakub@warmuz.org>2016-01-09 16:24:39 +0300
committerJakub Warmuz <jakub@warmuz.org>2016-01-09 16:24:54 +0300
commit7728f4d28a14724783bd8ee42d54ab047d645500 (patch)
tree3050e4a9b911df16a590cac1ba5220327a2bede9 /.travis.yml
parented857260715c9eb7779cb4ac8fab2568cd608430 (diff)
Python 3 Travis testing for acme.
Despite its description, https://github.com/letsencrypt/letsencrypt/pull/630, removed not only Python 2.6 support, but also Travis tests against Python 3. ACME library supports Python 3 and Travis should tests it. This must be merged before any pending PRs agains acme library.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a5d6d8a85..6cadbd36e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,9 @@ env:
matrix:
- TOXENV=py26 BOULDER_INTEGRATION=1
- TOXENV=py27 BOULDER_INTEGRATION=1
+ - TOXENV=py33
+ - TOXENV=py34
+ - TOXENV=py35
- TOXENV=lint
- TOXENV=cover
# Disabled for now due to requiring sudo -> causing more boulder integration