Add .build.yml file
This commit is contained in:
parent
945acf3e60
commit
5b611b515a
12
.build.yml
Normal file
12
.build.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user