aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-12-17 19:10:55 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-12-18 08:10:55 +0800
commit3c137d909dc004fbcab4a1593c3a6430882fd853 (patch)
tree8d051c22e3ff86d2cf33230af1fc39a390815d56 /.travis.yml
parent824155743fe3087bb2b2116ad3a8a363f550f9ab (diff)
downloadcryptography-3c137d909dc004fbcab4a1593c3a6430882fd853.tar.gz
cryptography-3c137d909dc004fbcab4a1593c3a6430882fd853.tar.bz2
cryptography-3c137d909dc004fbcab4a1593c3a6430882fd853.zip
Fedora has rev'd its Python to 3.7 (#4647)
* Fedora has rev'd it's Python to 3.7 * here too
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 b8ecb7d6..8bc93d46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,9 +94,9 @@ matrix:
- python: 2.7
services: docker
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-fedora
- - python: 3.6
+ - python: 3.7
services: docker
- env: TOXENV=py36 DOCKER=pyca/cryptography-runner-fedora
+ env: TOXENV=py37 DOCKER=pyca/cryptography-runner-fedora
- python: 3.6
services: docker
env: TOXENV=py36 DOCKER=pyca/cryptography-runner-alpine:latest