From 0749c33f9d177f7bc887eb57e7dbcf348b7fcae8 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Fri, 14 Jan 2022 11:23:04 +0100 Subject: [PATCH] Remove travis config file --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5aeac09..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -dist: xenial -language: python -sudo: false -cache: pip - -python: - - 3.4 - - 3.5 - - 3.6 - - 3.7 - - 3.8 - -install: - - pip install tox tox-travis codecov - -script: tox - -after_success: - - codecov - -notifications: - email: false