blob: d1ca6cf228da88d01f54cf91fc724d9677dd7420 [file] [log] [blame]
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements-dev.txt
script:
- flake8 .
- ./runtests.py