chg: Remove travis.

pull/14/head v1.2
Raphaël Vinot 2021-01-21 15:23:31 +01:00
parent 639cfa1276
commit bc2965639e
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
language: python
cache: pip
python:
- "3.6-dev"
- "3.7-dev"
- "3.8-dev"
install:
- pip install poetry
- poetry install
script:
- poetry run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d
after_success:
- codecov
- coveralls