summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: cc7c7a7a39838aa44aeba542b468f76c0cb5f39c (plain)
1
2
3
4
5
6
7
8
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
install:
  - "pip install psutil"
script: cd ./glances ; python ./unitest.py