blob: 0bf49d3b3420d04573404c802f7a6429d329ceae [file] [log] [blame]
language: python
cache: pip
python:
- "2.7"
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "pypy"
install:
- "pip install mock"
script: "python -m unittest discover -p *_test.py"