From 2d93e56272f1d97a21b5d15eba004b07f0f4539c Mon Sep 17 00:00:00 2001 From: Ollie Terrance Date: Sun, 1 Sep 2024 09:51:23 +0100 Subject: [PATCH] Remove Travis CI config Looks like support for OSS projects was quietly retired? --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4601a3d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - "2.7" - - "3.5" - - "3.6" - - "3.7" - - "3.8" -install: - - pip install -r requirements.txt - - pip install responses -script: python -m unittest test.client