Skip to content

Commit

Permalink
Add more testing.
Browse files Browse the repository at this point in the history
This initially ignores every warning we hit right now.
  • Loading branch information
Ms2ger committed Apr 29, 2016
1 parent 8a608ac commit 624c87e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ python:
- "2.7"
- "3.5"
install:
- pip install flake8
- pip install pytest
- pip install ./html5lib
- pip install pytest-travis-fold
script: py.test manifest
script:
- py.test manifest
- flake8
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
ignore = E124,E128,E221,E226,E231,E251,E265,E302,E303,E402,E901,F401,F821,F841
max-line-length = 141
exclude = html5lib,py,pytest,pywebsocket,six,webdriver,wptserve

0 comments on commit 624c87e

Please sign in to comment.