aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-09-05 21:44:29 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-09-05 22:44:29 -0400
commitf88aea5d8b9452677bd23a9bba917b900cd634c0 (patch)
treebeb2b819e25f6f8cc365d6870915960c6547ea76 /.travis.yml
parent18d49d0c6cd117e82934f65e641c1d830edd20df (diff)
downloadcryptography-f88aea5d8b9452677bd23a9bba917b900cd634c0.tar.gz
cryptography-f88aea5d8b9452677bd23a9bba917b900cd634c0.tar.bz2
cryptography-f88aea5d8b9452677bd23a9bba917b900cd634c0.zip
Add flags to error on compile with incompatible pointer type (#4455)
* try something a bit different. * newer compiler plz * permute * fix some warnings * fix getters on OpenSSL < 1.1.0 * this is getting involved * given our compiler flags we can't have SSL_CTX_set_cookie_verify_cb
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 12 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index a85a8b66..a34c50e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,12 +47,18 @@ matrix:
env: TOXENV=py37 OPENSSL=1.1.1-pre9
dist: xenial
sudo: true
- - python: 3.6
- env: TOXENV=py36 LIBRESSL=2.4.5
- - python: 3.6
- env: TOXENV=py36 LIBRESSL=2.6.5
- - python: 3.6
- env: TOXENV=py36 LIBRESSL=2.7.4
+ - python: 3.7
+ env: TOXENV=py37 LIBRESSL=2.4.5
+ dist: xenial
+ sudo: true
+ - python: 3.7
+ env: TOXENV=py37 LIBRESSL=2.6.5
+ dist: xenial
+ sudo: true
+ - python: 3.7
+ env: TOXENV=py37 LIBRESSL=2.7.4
+ dist: xenial
+ sudo: true
- python: 3.6
env: TOXENV=docs OPENSSL=1.1.0i
addons: