12
.build.yml
12
.build.yml
@@ -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
|
|
||||||
Reference in New Issue
Block a user