From 84888224a9730b634e752059d338efd6962c2a27 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 27 Oct 2020 14:29:23 -0400 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11c97045..a0bb0d05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,10 +90,10 @@ jobs: before_install: - choco install python --version 3.8.6 - export PATH="/c/Python38:/c/Python38/Scripts:$PATH" - install: - - python3 -m pip install certifi cibuildwheel>=1.5.1 - - export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"` - - echo $SSL_CERT_FILE + install: + - python3 -m pip install certifi cibuildwheel>=1.5.1 + - export SSL_CERT_FILE=`python3 -c "import certifi;print(certifi.where())"` + - echo $SSL_CERT_FILE script: python -m cibuildwheel --output-dir wheelhouse after_success: - python -m pip install twine