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
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
before_install:
- pip install flake8
- python setup.py bdist_wheel
- pip install dist/feedgen*
script: make test
script:
- make test
- python -m feedgen
- python -m feedgen atom
- python -m feedgen rss