.travis.yml (dstat-0.7.3) | : | .travis.yml (dstat-0.7.4) | ||
---|---|---|---|---|
dist: trusty | sudo: false | |||
sudo: required | ||||
services: | ||||
- docker | ||||
language: python | language: python | |||
matrix: | python: | |||
include: | - "2.6" | |||
- python: 2.6 | - "2.7" | |||
- python: 2.7 | - "3.5" | |||
- python: 3.4 | - "3.6" | |||
- python: 3.5 | ||||
#install: | #install: | |||
# - pip install dbus-python | # - pip install dbus-python | |||
# - pip install python-utmp | # - pip install python-utmp | |||
script: | script: | |||
- make test | - python ./dstat --version | |||
after_success: | - python ./dstat -taf 1 5 | |||
- coveralls | - python ./dstat -t --all-plugins 1 5 | |||
#notifications: | ||||
# irc: | ||||
# channels: | ||||
# - "chat.freenode.net#ansible-notices" | ||||
# on_success: change | ||||
# on_failure: always | ||||
# skip_join: true | ||||
# nick: ansibletravis | ||||
End of changes. 3 change blocks. | ||||
10 lines changed or deleted | 6 lines changed or added |