p2pfs/.travis.yml

28 lines
301 B
YAML
Raw Normal View History

2018-09-30 15:08:48 +00:00
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
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false