__.travis.yml__ ```yaml language: python python: 3.9 install: pip install opencv-python # This step takes 1,464 seconds script: true ```