From 8f298866e1c3b3c8e704acc8b2d440f21f2a240e Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Fri, 8 Dec 2023 12:07:28 +0100 Subject: [PATCH] Get rid of TravisCI --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bce1ae2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -dist: jammy -language: python -python: - - "3.7" - - "3.8" - - "3.9" - - "3.10-dev" - - "3.11-dev" - # - "nightly" # nightly build -addons: - apt: - packages: - - libsnappy-dev -# Pycodestyle part -# needed to work correctly with Python 3 shebang -env: SKIP_INTERPRETER=true -install: - - pip install pycodestyle -script: - - pycodestyle **/*.py