Commit 0d36dcbf authored by Adam Tauber's avatar Adam Tauber

[enh] pep8 check added to tests

parent cc4e17b6
......@@ -18,10 +18,6 @@ $(python):
virtualenv -p python$(version) --no-site-packages .
@touch $@
tests: .installed.cfg
@bin/test
@grunt test --gruntfile searx/static/themes/oscar/gruntfile.js
robot: .installed.cfg
@bin/robot
......@@ -29,6 +25,10 @@ flake8: .installed.cfg
@bin/flake8 setup.py
@bin/flake8 ./searx/
tests: .installed.cfg flake8
@bin/test
@grunt test --gruntfile searx/static/themes/oscar/gruntfile.js
coverage: .installed.cfg
@bin/coverage run bin/test
@bin/coverage report
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment