python-feedgen/.travis.yml

23 lines
333 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
- "3.3"
- "3.4"
2016-06-02 03:50:48 +02:00
- "3.5"
- "3.6"
2016-06-02 04:33:23 +02:00
before_install:
- pip install flake8 python-coveralls coverage
- python setup.py bdist_wheel
2016-06-02 04:39:54 +02:00
- pip install dist/feedgen*
script:
- make test
- python -m feedgen
- python -m feedgen atom
- python -m feedgen rss
after_success:
- coveralls