p2pfs/.travis.yml

26 lines
272 B
YAML
Raw Normal View History

2018-09-30 15:08:48 +00:00
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
2018-10-01 20:54:21 +00:00
- pip install codecov && codecov
2018-09-30 15:08:48 +00:00
notifications:
email: false