f926aed49b
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
12 lines
153 B
YAML
12 lines
153 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
|
|
before_install: pip install --quiet lxml python-dateutil
|
|
|
|
script: make test
|