From a6db8b1140eb5f433518397b51d6321db57a17dd Mon Sep 17 00:00:00 2001 From: Guanzhong Chen Date: Thu, 7 Nov 2019 14:39:51 -0500 Subject: [PATCH] Say goodbye to Travis --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 246a732..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: - # Current production server runs Debian stretch, which has Python 3.5. - - '3.5' -install: - - pip install -r requirements.txt -script: - - python check.py && python build.py