language: python python: - 3.8 - 3.9 script: - "python setup.py install" - pytest