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