p2pfs/.travis.yml

25 lines
272 B
YAML

sudo: false
language: python
python:
- "3.6"
cache: pip
install:
- pip install tox-travis
script:
- tox
jobs:
include:
- stage: codecov
python: 3.6
script:
- tox
- pip install codecov && codecov
notifications:
email: false