python-feedgen/.travis.yml
Lars Kiesow be09fe7b65
Be Less Noisy on Dependency Installation
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2015-01-03 22:14:31 +01:00

11 lines
143 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
before_install: pip install --quiet lxml python-dateutil
script: make test