yt-local/.build.yml
2021-02-24 22:35:43 -05:00

13 lines
224 B
YAML

image: debian/buster
packages:
- python3-pip
- virtualenv
tasks:
- test: |
cd yt-local
virtualenv -p python3 venv
source venv/bin/activate
python --version
pip install pytest
pytest