delete .travis.yml

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-01-13 17:12:47 -05:00
parent d5df655c08
commit adbcd80a1d
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
os: linux
language: python
cache: pip
dist: bionic
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -U pip setuptools
- pip install tox-travis
- pip install codecov
- pip install pre-commit
script:
- tox
- pre-commit run --all-files
after_success:
- codecov