p2pfs/.travis.yml
2018-10-01 16:54:21 -04:00

27 lines
292 B
YAML

sudo: false
language: python
python:
- "3.4"
- "3.5"
- "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