Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Set up Travis-CI integration for flake8 checking. Fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Sep 23, 2015
1 parent 41a97df commit 77a6fe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: python
python: 2.7
install: "pip install flake8"
script: "flake8 ."
notifications:
email: webqa-ci@mozilla.org
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
ignore=E501

0 comments on commit 77a6fe5

Please sign in to comment.