Added flake8 to TravisCI

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2017-01-04 02:29:10 +01:00
parent ed3ebb4db6
commit dea81225d1
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 7 additions and 4 deletions

View file

@ -1,15 +1,18 @@
language: python language: python
python: python:
- "2.6"
- "2.7" - "2.7"
- "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
before_install: before_install:
- pip install flake8
- python setup.py bdist_wheel - python setup.py bdist_wheel
- pip install dist/feedgen* - pip install dist/feedgen*
script: make test script:
- make test
- python -m feedgen
- python -m feedgen atom
- python -m feedgen rss

View file

@ -3,7 +3,7 @@
feedgen.version feedgen.version
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
:copyright: 2013-2017, Lars Kiesow <lkiesow@uos.de> :copyright: 2013-2017, Lars Kiesow <lkiesow@uos.de>
:license: FreeBSD and LGPL, see license.* for more details. :license: FreeBSD and LGPL, see license.* for more details.