From e3a009a6bdfd03f190714d59177cce5c0083ac92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 24 Feb 2021 22:42:09 -0500 Subject: Revert "Add .build.yml file" This reverts commit 5b611b515a147dbf6a32f7a94b03a8c477e0bba7. --- .build.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .build.yml (limited to '.build.yml') 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 -- cgit v1.2.3