glances/.travis.yml
Alessio Sergi b57de62392 Revert "use travis os feature"
This reverts commit 493bfc9cc5.
2015-12-04 13:09:55 +01:00

16 lines
257 B
YAML

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