summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2020-08-30 14:21:34 -0400
committerJeff Forcier <jeff@bitprophet.org>2020-08-30 14:21:34 -0400
commita7a16edd193d7f678fcad0ea8271c07b739118a5 (patch)
tree933535efaf64eb78134083282946d4ef50f5069c
parenta2c80e1f5e73054e9cd4633b5e12bfbe9a630493 (diff)
downloadparamiko-a7a16edd193d7f678fcad0ea8271c07b739118a5.tar.gz
Bump travis Py3.8 cell to non dev, and die on fail
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c16632b7..a7648d81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,10 @@ python:
- "3.5"
- "3.6"
- "3.7"
- - "3.8-dev"
+ - "3.8"
- "pypy"
- "pypy3"
matrix:
- allow_failures:
- - python: "3.8-dev"
# Explicitly test against our oldest supported cryptography.io, in addition
# to whatever the latest default is.
include: