glances/.travis.yml
2014-07-09 14:42:25 +02:00

16 lines
279 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python setup.py install
- python unitest.py
- coverage run --source=glances unitest.py
after_success:
- coveralls