1
0

.travis.yml 302 B

123456789101112131415
  1. language: python
  2. python:
  3. - 3.7
  4. addons:
  5. mariadb: 10.5.6
  6. before_install:
  7. - python --version
  8. - pip install -U pip
  9. - pip install -U pytest
  10. - pip install codecov
  11. install:
  12. - pip install -r requirements.txt
  13. script: python -m pytest tests # run tests
  14. after_success:
  15. - codecov # submit coverage