diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 591add5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: python - -python: - - "3.8" - - "3.9" - - "3.10" - - "3.11" - - "3.12" - -install: - - pip install -e . - -script: - - make ci - -notifications: - email: false - -sudo: false -dist: jammy