forked from dstat-real/dstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (32 loc) · 793 Bytes
/
.travis.yml
File metadata and controls
32 lines (32 loc) · 793 Bytes
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
27
28
29
30
31
32
sudo: false
language: python
python:
- "2.7"
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
- python2.6
# - python3.4
# - python3.5
#install:
# - pip install dbus-python
# - pip install python-utmp
script:
- python2.4 ./dstat --version
- python2.4 ./dstat -taf 1 5
# - python2.4 ./dstat -t --all-plugins 1 5
- python2.6 ./dstat --version
- python2.6 ./dstat -taf 1 5
- python2.6 ./dstat -t --all-plugins 1 5
- python2.7 ./dstat --version
- python2.7 ./dstat -taf 1 5
- python2.7 ./dstat -t --all-plugins 1 5
# - python3.4 ./dstat --version
# - python3.4 ./dstat -taf 1 5
# - python3.4 ./dstat -t --all-plugins 1 5
# - python3.5 ./dstat --version
# - python3.5 ./dstat -taf 1 5
# - python3.5 ./dstat -t --all-plugins 1 5