From b5e363fc54b68436374ca4bea3c27d5155e17974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 2 Jun 2021 19:22:14 +0200 Subject: [PATCH] v2.2 --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21a7a63..a5ad8e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,8 @@ jobs: - stage: deploy python: "3.8" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel auditwheel twine doctor-wheel cython script: - python setup.py bdist_wheel @@ -55,8 +55,8 @@ jobs: - stage: deploy python: "3.9" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel auditwheel twine doctor-wheel cython script: - python setup.py bdist_wheel @@ -70,8 +70,8 @@ jobs: - stage: deploy python: "3.7" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel auditwheel twine doctor-wheel cython script: - python setup.py bdist_wheel @@ -100,8 +100,8 @@ jobs: - stage: deploy python: "3.5" before_script: - - apt-get update - - apt-get install -y patchelf + - sudo apt-get update + - sudo apt-get install -y patchelf - pip install wheel auditwheel twine doctor-wheel cython script: - python setup.py bdist_wheel -- GitLab