๐Ÿ“ฆ encode / sentry-asgi

๐Ÿ“„ .travis.yml ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21sudo: required

dist: xenial

language: python

cache: pip

python:
    - "3.6"
    - "3.7"

install:
    - pip install -U -r requirements.txt

script:
    - scripts/test

after_script:
    - codecov