chg: Remove travis file, GH Actions is better.

pull/694/head
Raphaël Vinot 2021-01-26 16:56:41 +01:00
parent 86a5d3acc7
commit 6969365d17
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