提交 27aa3289 编写于 作者: N nicolargo

Add optional-requirements.txt and unitest-all.sh script

上级 52c08b4f
......@@ -7,9 +7,10 @@ python:
- "pypy"
install:
- pip install -r requirements.txt
- pip install -r optional-requirements.txt
- pip install coveralls
script:
- python setup.py install
- coverage run --source=glances unitest.py
- coverage run --source=glances unitest-all.sh
after_success:
- coveralls
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册