From 503ed06d6d9a7f520cbc1a36c03b5ee61cae0a75 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 22 Jun 2019 16:32:26 -0500 Subject: Alpine linux now contains python 3.7 (#4929) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5c0aa194..40be4fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,9 +101,9 @@ matrix: - python: 3.7 services: docker env: TOXENV=py37 DOCKER=pyca/cryptography-runner-fedora - - python: 3.6 + - python: 3.7 services: docker - env: TOXENV=py36 DOCKER=pyca/cryptography-runner-alpine:latest + env: TOXENV=py37 DOCKER=pyca/cryptography-runner-alpine:latest - python: 3.6 env: TOXENV=docs OPENSSL=1.1.1b -- cgit v1.2.3