Be Less Noisy on Dependency Installation
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
6ac8191396
commit
be09fe7b65
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ python:
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
|
||||||
before_install: pip install lxml python-dateutil
|
before_install: pip install --quiet lxml python-dateutil
|
||||||
|
|
||||||
script: make test
|
script: make test
|
||||||
|
|
Loading…
Reference in a new issue