aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-24 22:42:09 -0500
committerJesús <heckyel@hyperbola.info>2021-02-24 22:42:09 -0500
commite3a009a6bdfd03f190714d59177cce5c0083ac92 (patch)
tree3abe41256ef88a39e5d6a68d4974eb5a7003b730 /.build.yml
parentae6bce5edce970eeb56a1bcfcb1f89b906c8aafa (diff)
downloadyt-local-e3a009a6bdfd03f190714d59177cce5c0083ac92.tar.lz
yt-local-e3a009a6bdfd03f190714d59177cce5c0083ac92.tar.xz
yt-local-e3a009a6bdfd03f190714d59177cce5c0083ac92.zip
Revert "Add .build.yml file"
This reverts commit 5b611b515a147dbf6a32f7a94b03a8c477e0bba7.
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