diff options
author | Paulo Henrique Silva <ph.silva@carta.com> | 2019-11-25 16:31:41 -0300 |
---|---|---|
committer | Paulo Henrique Silva <ph.silva@carta.com> | 2019-11-25 16:31:41 -0300 |
commit | db54393f4e01a037c8a9611680267facc2347e98 (patch) | |
tree | a63bf25e3a5a2b1bfdb99d4ba74ab6a8a3d41f71 /.travis.yml | |
parent | 79428db321ff0b78edd183dd8586580b4e93f58f (diff) | |
download | gerbonara-db54393f4e01a037c8a9611680267facc2347e98.tar.gz gerbonara-db54393f4e01a037c8a9611680267facc2347e98.tar.bz2 gerbonara-db54393f4e01a037c8a9611680267facc2347e98.zip |
Remove travis, coverage still missing on gh actions
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1226075..0000000 --- a/.travis.yml +++ /dev/null @@ -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
|