summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-02 12:36:09 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-02 12:36:09 +0100
commit0d36dcbf4c23bc75eaae2724844afed27b40d893 (patch)
tree8316f55cc4d772ab5743059514f24ef6ccf40bda /Makefile
parentcc4e17b6686dbefe0d57862e045f98f72a4e58fc (diff)
downloadsearxng-0d36dcbf4c23bc75eaae2724844afed27b40d893.tar.gz
searxng-0d36dcbf4c23bc75eaae2724844afed27b40d893.zip
[enh] pep8 check added to tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7d40a8127..5d4ccd148 100644
--- a/Makefile
+++ b/Makefile
@@ -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