blob: 5d2bf77b7dbf54b939a2e36fa92da21d2e75d291 [file] [log] [blame]
language: python
cache: pip
matrix:
include:
- python: 2.7
- python: 3.9
- python: 3.8
- arch: arm64
python: 3.7
- arch: amd64
python: 3.7
- python: 3.6
- python: 3.5
- python: pypy
- python: pypy3
install:
- "pip install mock"
script: "python -m unittest discover -p *_test.py"