[enh] pep8 check added to tests

This commit is contained in:
Adam Tauber 2015-01-02 12:36:09 +01:00
parent cc4e17b668
commit 0d36dcbf4c
1 changed files with 4 additions and 4 deletions

View File

@ -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