aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-16 20:32:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-17 08:32:04 +0800
commitae13fec7fcf795afc198a14daaaf6e33b0513647 (patch)
treeb555c2811110fa65be37e131b6059c7b78198939 /.travis.yml
parent9c759d08870d972f1d84e8543130bfb26be4e442 (diff)
downloadcryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.gz
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.bz2
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.zip
Fixes #5010 -- test and build 3.8 wheels (#5013)
* Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a9919a9..5348f4c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,8 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
+ - python: 3.8
+ env: TOXENV=py38
- python: 3.7
env: TOXENV=py37-idna
- python: pypy-5.4