Skip to content

Commit

Permalink
Add travis for different CPU archs (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Feb 4, 2021
1 parent 6bfb860 commit 26f9c76
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
arch:
- ppc64le
- s390x
- arm64
os: linux
dist: focal
language: python
python: "3.8"

branches:
only:
- master

before_install:
- sudo apt-get --yes install libgeos-dev
- pip install numpy cython

install:
- python setup.py build_ext --inplace
- pip install . --no-deps --no-build-isolation

script:
- pytest --doctest-modules
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ PyGEOS
:alt: Appveyor CI status
:target: https://ci.appveyor.com/project/caspervdw/pygeos-3e5cu

.. Travis CI status -- https://travis-ci.com
.. image:: https://travis-ci.com/pygeos/pygeos.svg?branch=master
:alt: Travis CI status
:target: https://travis-ci.com/github/pygeos/pygeos

.. PyPI
.. image:: https://badge.fury.io/py/pygeos.svg
Expand Down

0 comments on commit 26f9c76

Please sign in to comment.