diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8845cc4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -dist: bionic -language: python -python: -python: - - "3.9" - - "3.10" - - "3.11" - - "3.12" -install: - - pip install pipenv - - pipenv install -d -script: - - pytest - - flake8 \ No newline at end of file