From 0f4d7ab00e7b74d9deba92ef038f4fa53604ea24 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 6 Oct 2024 15:23:49 +0200 Subject: Remove .travis.yml --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 690cd55..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: shell - -os: linux -dist: focal # for python3.8 (https://packages.ubuntu.com/en/focal/python3) - -addons: - apt: - packages: - - python3 - - python3-pip - -install: - - pip3 install -U pip - - pip3 install setuptools - - pip3 install -r requirements-dev.txt - -script: - - ./test -- cgit