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