Be Less Noisy on Dependency Installation

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2015-01-03 22:14:31 +01:00
parent 6ac8191396
commit be09fe7b65
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -6,6 +6,6 @@ python:
- "3.2"
- "3.3"
before_install: pip install lxml python-dateutil
before_install: pip install --quiet lxml python-dateutil
script: make test