p2pfs/.travis.yml
2018-12-14 00:39:40 -05:00

17 lines
177 B
YAML

language: python
dist: xenial
python: 3.7
cache: pip
install:
- pip install tox-travis codecov
script:
- tox
after_success:
- codecov
notifications:
email: false