python-feedgen/.travis.yml
Lars Kiesow dea81225d1
Added flake8 to TravisCI
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
2017-01-05 00:56:59 +01:00

18 lines
266 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
before_install:
- pip install flake8
- python setup.py bdist_wheel
- pip install dist/feedgen*
script:
- make test
- python -m feedgen
- python -m feedgen atom
- python -m feedgen rss