~amirouche/asyncio-foundationdb

6c7358bbda1a1608add07d82f813aefefe310bc4 — Amirouche 1 year, 6 months ago abc487a
cleanup...

... the project does not use travis anymore, because it use sourcehut,
and that is good enough.
1 files changed, 0 insertions(+), 26 deletions(-)

D .travis.yml
D .travis.yml => .travis.yml +0 -26
@@ 1,26 0,0 @@
sudo: required
language: python
cache: pip
install: make init

jobs:
  include:
    - stage: test
      python: '3.5'
      script:
        - make check
    - stage: test
      python: '3.6'
      script:
        - make check
    - stage: test
      sudo: true
      dist: xenial
      python: '3.7'
      script:
        - make check


after_success:
  - make check-coverage
  - codecov