diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e505dee..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python - -dist: bionic - -python: - - "3.6" - - "3.7" - - "3.8" - - -install: - - pipenv install - -script: - - pytest