Delete .travis.yml

This commit is contained in:
tiffanycmeyer13 2021-09-14 15:11:02 -05:00 committed by GitHub
parent 7a138774ee
commit 8459aa7568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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