]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Work around outdated windows root certificates 2944/head
authorBen Darnell <ben@bendarnell.com>
Fri, 30 Oct 2020 13:05:06 +0000 (09:05 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 30 Oct 2020 13:05:06 +0000 (09:05 -0400)
.travis.yml

index fa25e6759a5b14ce82ddb40a83f8b1261b31e0b3..83943b296f06c6afaa791e70998ad4f8c0eacc20 100644 (file)
@@ -50,6 +50,11 @@ jobs:
       language: shell
       before_install:
         - choco install python --version 3.8.0
+        # Windows build images have outdated root certificates; until that's
+        # fixed use certifi instead.
+        # https://github.com/joerick/cibuildwheel/issues/452
+        - python -m pip install certifi
+        - export SSL_CERT_FILE=`python -c "import certifi; print(certifi.where())"`
     - os: osx
       env: BUILD_WHEEL=1
       language: shell