chg: Remove travis file, GH Actions is better.

pull/700/head
Raphaël Vinot 2021-01-26 16:56:41 +01:00
parent fa4fdb13f7
commit ebd5a2397b
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
dist: bionic
language: python
cache: pip
addons:
apt:
packages:
- libfuzzy-dev
python:
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "3.8"
- "3.8-dev"
install:
- bash travis/install_travis.sh
script:
- bash travis/test_travis.sh
after_success:
- poetry run codecov
- poetry run coveralls