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@users.noreply.github.com>2017-01-18 21:41:11 +0300
committerGitHub <noreply@github.com>2017-01-18 21:41:11 +0300
commitea951150a45e0058544f9d2ea467117f4105bf88 (patch)
treea42df97058f0aa10c5c59e6c245a44fef3e59afe /.travis.yml
parentfdaae6b0050e99bd5a11472f7927a7aa50a213b4 (diff)
Enable Py36 Tests (#3972)
* add py36 to tox * Add Python 3.6 tests to Travis * Provide real path to python stdlib during tests * set logs_dir in config_test * set *_dirs in DetermineAccountTest * Fix TLSSNI01Test * Fix RenewalTest * fix test_ancient_webroot_renewal_conf
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a9a994a9..b35f0ebbf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,6 +87,8 @@ matrix:
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
+ - python: "3.6"
+ env: TOXENV=py36
- python: "2.7"
env: TOXENV=nginxroundtrip