Remove travis, coverage still missing on gh actions
This commit is contained in:
parent
79428db321
commit
db54393f4e
1 changed files with 0 additions and 22 deletions
22
.travis.yml
22
.travis.yml
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue