From 8459aa756816e5a45d2e5bea534d23d5b1dd1690 Mon Sep 17 00:00:00 2001 From: tiffanycmeyer13 <65614396+tiffanycmeyer13@users.noreply.github.com> Date: Tue, 14 Sep 2021 15:11:02 -0500 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f4e84e6..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -# After changing this file, check it on: -# http://lint.travis-ci.org/ -language: python -sudo: false -python: - - 3.6 - - 2.7 -cache: pip -install: - - pip install -r requirements.txt - - python setup.py install -script: true