File: .travis.yml

package info (click to toggle)
dstat 0.7.3-1.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,120 kB
  • sloc: python: 5,536; makefile: 69
file content (26 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dist: trusty
sudo: required
services:
  - docker
language: python
matrix:
  include:
    - python: 2.6
    - python: 2.7
    - python: 3.4
    - python: 3.5
#install:
#  - pip install dbus-python
#  - pip install python-utmp
script:
  - make test
after_success:
  - coveralls
#notifications:
#  irc:
#    channels:
#      - "chat.freenode.net#ansible-notices"
#    on_success: change
#    on_failure: always
#    skip_join: true
#    nick: ansibletravis