From 8a3ce6c9fd0b18d030fdba93071b7310efbe6f73 Mon Sep 17 00:00:00 2001 From: Kevin Tindall Date: Sun, 13 Feb 2022 10:19:07 -0600 Subject: [PATCH] Remove ancient CI configuration --- .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 5b6c7a5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -dist: bionic -language: python -python: - - 3.6 - - 3.7 - - 3.8 - - 3.9 -install: - - pip install --upgrade pip - - pip install tox-travis -script: tox