diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-07-13 15:53:19 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-07-13 15:53:19 +0200 |
| commit | 233599ae5a6051e7d4a3274ae512e1db04af1a2b (patch) | |
| tree | 96c7aba66f2ea4b202bc1e141ea37be085f9ab12 /Makefile | |
| parent | e4419a065ffc7e8702453835e465a47b011b8f12 (diff) | |
| parent | 8810273010afd91b0586f57d9c5794e7dd617d10 (diff) | |
Merge pull request #78 from Aigeruth/cover/searx/utils
Cover searx.utils
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,9 +29,9 @@ flake8: .installed.cfg @bin/flake8 ./searx/ coverage: .installed.cfg - @bin/coverage run --source=./searx/ --branch bin/test - @bin/coverage report --show-missing - @bin/coverage html --directory ./coverage + @bin/coverage run bin/test + @bin/coverage report + @bin/coverage html production: bin/buildout production.cfg setup.py bin/buildout -c production.cfg $(options) |