diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b898a47..00000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: - - "3.8" -install: - - pip install -r requirements.txt -env: - - TRAVIS=true -script: - - pytest -dist: bionic # As of 6 June 2020, Xenial was the default and it does not support a new enough SQLite for the project.