glances/.travis.yml
2014-07-09 16:19:56 +02:00

14 lines
247 B
YAML

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