aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 364cacf..0000000
--- a/.build.yml
+++ /dev/null
@@ -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