language: python python: - "3.4" - "3.6" - "3.7" - "3.8" install: - pip install -r requirements.txt script: - flake8 --count --show-source - python -m unittest discover