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