From 5bd63e89d8c797572035128292859ab0f5d8c424 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Wed, 27 Oct 2021 15:31:15 +0200 Subject: [PATCH] Delete .travis.yml now we have gh actions https://github.com/IdentityPython/JWTConnect-Python-OidcMsg/commit/2408c7bc9cd64538c9f16429643c8408ce92ef69 --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ea3a3ba..0000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -dist: bionic -sudo: false -language: python -python: -- 3.6 -- 3.7 -- 3.8 -- pypy3 -addons: - apt: - packages: - - rustc - - cargo -install: -- pip install --upgrade pip -- pip install codecov -- pip install isort -- pip install tox -- pip install tox-travis -script: -- codecov --version -- tox -- isort --check src tests -after_success: -- codecov -notifications: - email: false