From afe2f00e5595f449dc00280296eada1fa8aa931f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 6 Aug 2021 18:53:29 +0200 Subject: [PATCH] travis can't process ppc64le, v2.9 --- .travis.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c07900..69b69fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,18 +38,6 @@ jobs: script: - DEBUG=1 python setup.py install - pytest --cov=./ --cov-report=xml - - stage: test - python: "3.8" - arch: "ppc64le" - before_script: - - pip install -r requirements.txt - - pip install pytest coverage pytest-cov - after_script: - - coverage xml - - coverage report - script: - - DEBUG=1 python setup.py install - - pytest --cov=./ --cov-report=xml - stage: test python: "3.8" script: @@ -90,22 +78,6 @@ jobs: - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl after_script: - echo "Done" - - stage: deploy - python: "3.8" - arch: "ppc64le" - before_script: - - sudo apt-get update - - sudo apt-get install -y patchelf - - pip install wheel auditwheel twine doctor-wheel cython - script: - - python setup.py bdist_wheel - - cd dist - - doctor-wheel *.whl - - auditwheel repair --plat manylinux2014_ppc64le *.whl - - cd wheelhouse - - twine upload -u $PYPI_USER -p $PYPI_PWD *.whl - after_script: - - echo "Done" - stage: deploy python: "3.8" arch: "arm64" -- GitLab