From 7a079b0a854cbef2ba9d838a58f5858618b81160 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 27 Apr 2019 08:36:12 -0400 Subject: fixed ubuntu rolling build for disco release (#4861) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c031e66f..ed400eb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,9 +89,9 @@ matrix: - python: 2.7 services: docker env: TOXENV=py27 DOCKER=pyca/cryptography-runner-ubuntu-rolling - - python: 3.6 + - python: 3.7 services: docker - env: TOXENV=py36 DOCKER=pyca/cryptography-runner-ubuntu-rolling + env: TOXENV=py37 DOCKER=pyca/cryptography-runner-ubuntu-rolling - python: 2.7 services: docker env: TOXENV=randomorder DOCKER=pyca/cryptography-runner-ubuntu-rolling -- cgit v1.2.3