aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-04-24 13:15:12 -0400
committerGitHub <noreply@github.com>2020-04-24 12:15:12 -0500
commitc38c4d29241e3b6ecefcfcfda0c6789e5d126556 (patch)
treebf1256591058c0e846c63333bb6d8fe7bf512062
parent579b4320bcd18327aa32248697e64d68a780bdd2 (diff)
downloadcryptography-c38c4d29241e3b6ecefcfcfda0c6789e5d126556.tar.gz
cryptography-c38c4d29241e3b6ecefcfcfda0c6789e5d126556.tar.bz2
cryptography-c38c4d29241e3b6ecefcfcfda0c6789e5d126556.zip
Ubuntu rolling is now on py3.8 (#5226)
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 132975fe..6127745a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -95,9 +95,9 @@ matrix:
- python: 2.7
services: docker
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-ubuntu-rolling
- - python: 3.7
+ - python: 3.8
services: docker
- env: TOXENV=py37 DOCKER=pyca/cryptography-runner-ubuntu-rolling
+ env: TOXENV=py38 DOCKER=pyca/cryptography-runner-ubuntu-rolling
- python: 2.7
services: docker
env: TOXENV=py27-randomorder DOCKER=pyca/cryptography-runner-ubuntu-rolling