Travis 1 - 0 Nicolargo...

This commit is contained in:
nicolargo 2016-11-01 19:03:03 +01:00
parent c47e8edc64
commit fc9580bc41

View File

@ -7,10 +7,9 @@ python:
- "pypy" - "pypy"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r optional-requirements.txt
- pip install coveralls - pip install coveralls
script: script:
- python setup.py install - python setup.py install
- coverage run --source=glances unitest-all.sh - coverage run --source=glances unitest.py
after_success: after_success:
- coveralls - coveralls