language: python python: - "3.9" # command to install dependencies install: - pip3 install -e . # command to run tests script: ./run_tests.py