1
0

.travis.yml 276 B

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