Say goodbye to Travis

This commit is contained in:
Guanzhong Chen 2019-11-07 14:39:51 -05:00 committed by GitHub
parent e07db6bc35
commit a6db8b1140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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