mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
Upgrade Python 3.6 tests to 3.7.
Let's continue the approach of testing on the oldest and newest versions of Python 3. We will continue testing on Python 3.6 in the nightly tests.
This commit is contained in:
parent
309a70c3fe
commit
29a75eb8a7
1 changed files with 3 additions and 2 deletions
|
|
@ -41,8 +41,9 @@ matrix:
|
|||
env: TOXENV=py34
|
||||
sudo: required
|
||||
services: docker
|
||||
- python: "3.6"
|
||||
env: TOXENV=py36
|
||||
- python: "3.7"
|
||||
dist: xenial
|
||||
env: TOXENV=py37
|
||||
sudo: required
|
||||
services: docker
|
||||
- sudo: required
|
||||
|
|
|
|||
Loading…
Reference in a new issue