Remove travis, coverage still missing on gh actions

This commit is contained in:
Paulo Henrique Silva 2019-11-25 16:31:41 -03:00
parent 79428db321
commit db54393f4e
No known key found for this signature in database
GPG key ID: F7B1BA2C56570F83

View file

@ -1,22 +0,0 @@
dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install:
- "pip install -r requirements-dev.txt"
- "pip install coveralls"
# command to run tests
script:
- make test-coverage
# Coveralls
after_success:
- coveralls