Browse Source

Added flake8 for checking Python syntax

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/1585/head
Abhijeet Kasurde 9 years ago
parent
commit
3d0d8454aa
  1. 4
      .travis.yml

4
.travis.yml

@ -24,6 +24,10 @@ matrix:
install: install:
- pip install tox - pip install tox
- pip install flake8
before_script:
- flake8 .
script: script:
- tox -e py-$REQUIREMENTS - tox -e py-$REQUIREMENTS

Loading…
Cancel
Save