aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-27 08:36:12 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-27 08:36:12 -0400
commit7a079b0a854cbef2ba9d838a58f5858618b81160 (patch)
tree82499c5707c91d2cb1278f8d7e0f6876648d1223 /.travis.yml
parent6c3f1b383f2d5c45eea694439753711c1ae6649b (diff)
downloadcryptography-7a079b0a854cbef2ba9d838a58f5858618b81160.tar.gz
cryptography-7a079b0a854cbef2ba9d838a58f5858618b81160.tar.bz2
cryptography-7a079b0a854cbef2ba9d838a58f5858618b81160.zip
fixed ubuntu rolling build for disco release (#4861)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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