File size: 277 Bytes
aada156 0b83103 aada156 3cdcdda fcd83e1 9afa716 07053ce 3c3711b c0510ed 72c3aa9 a87769d 25329a0 99a139e fcd83e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
language: python
cache:
- apt
- pip
python:
- "3.6"
- "3.7"
- "3.8"
install: "make"
script:
- make ci
before_install:
- pip install pipenv --upgrade
sudo: false
after_success:
- codecov
- coveralls
notifications:
# slack: watchcloud:rNoT5kJJakPqwLSKuev6oa4C
|