From 1f8c13adff30549a81ed388bd1c6cdaab6678a3c Mon Sep 17 00:00:00 2001 From: Astounds Date: Sun, 22 Mar 2026 21:25:57 -0500 Subject: feat: improve 429 handling with Tor support and clean CI - Retry with new Tor identity on 429 - Improve error logging - Remove .build.yml and .drone.yml --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .drone.yml (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 188bf7c..0000000 --- a/.drone.yml +++ /dev/null @@ -1,10 +0,0 @@ -kind: pipeline -name: default - -steps: -- name: test - image: python:3.7.3 - commands: - - pip install --upgrade pip - - pip install -r requirements-dev.txt - - pytest -- cgit v1.2.3