Delete .travis.yml

This commit is contained in:
Yuxin Wang 2019-10-22 00:11:10 -04:00 committed by GitHub
parent d471fbbdb1
commit b43fb259ff

View file

@ -1,17 +0,0 @@
language: python
dist: xenial
python: 3.7
cache: pip
install:
- pip install tox-travis codecov
script:
- tox
after_success:
- codecov
notifications:
email: false