blob: d81b6fa8fbd89ff5e2ed3ba586887a3f595c613c [file] [log] [blame]
language: python
arch:
- amd64
- ppc64le
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "pypy3"
# Disable unsuported version pypy for ppc64le
jobs:
exclude:
- arch: ppc64le
python: pypy3
install:
- pip install .
script:
- python -m unittest discover