Revert "Add .build.yml file"

This reverts commit 5b611b515a.
This commit is contained in:
Jesús
2021-02-24 22:42:09 -05:00
parent ae6bce5edc
commit e3a009a6bd

View File

@@ -1,12 +0,0 @@
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