language: python python: - "3.8" install: - pip install -r requirements.txt script: - python your_test_script.py