diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a233c849..00000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: python -dist: focal -os: linux -python: - - "2.7" - - "3.6" - - "3.11" -install: - - "pip install -r requirements.txt" -script: py.test -branches: - only: - - master