python-feedgen/.travis.yml
snipem a6300a13ab Added dateutil requirement for travis
python-dateutil was missing for a clean install of the module
2014-06-02 22:55:25 +02:00

10 lines
No EOL
182 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install lxml python-dateutil"
# command to run tests
script: py.test