Browse Source

[enh] pep8 check added to tests

Adam Tauber 10 years ago
parent
commit
0d36dcbf4c
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Makefile

+ 4
- 4
Makefile View File

@@ -18,10 +18,6 @@ $(python):
18 18
 	virtualenv -p python$(version) --no-site-packages .
19 19
 	@touch $@
20 20
 
21
-tests: .installed.cfg
22
-	@bin/test
23
-	@grunt test --gruntfile searx/static/themes/oscar/gruntfile.js
24
-
25 21
 robot: .installed.cfg
26 22
 	@bin/robot
27 23
 
@@ -29,6 +25,10 @@ flake8: .installed.cfg
29 25
 	@bin/flake8 setup.py
30 26
 	@bin/flake8 ./searx/
31 27
 
28
+tests: .installed.cfg flake8
29
+	@bin/test
30
+	@grunt test --gruntfile searx/static/themes/oscar/gruntfile.js
31
+
32 32
 coverage: .installed.cfg
33 33
 	@bin/coverage run bin/test
34 34
 	@bin/coverage report