waybackpy/.travis.yml
2020-07-20 15:38:33 +05:30

18 lines
259 B
YAML

language: python
os: linux
dist: xenial
cache: pip
python:
- 2.7
- 3.6
- 3.8
before_install:
- python --version
- pip install -U pip
- pip install -U pytest
- pip install codecov
script:
- python -m pytest
after_success:
- python -m codecov