p2pfs/.travis.yml

27 lines
315 B
YAML
Raw Normal View History

2018-10-07 14:32:34 +00:00
sudo: true
2018-09-30 15:08:48 +00:00
language: python
2018-10-07 14:32:34 +00:00
dist: xenial
python: "3.7"
2018-09-30 15:08:48 +00:00
cache: pip
install:
- pip install tox-travis
script:
- tox
jobs:
include:
- stage: codecov
2018-10-07 14:32:34 +00:00
python: 3.7
sudo: true
dist: xenial
2018-09-30 15:08:48 +00:00
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