Commit 9dc382f6 by Oleg Marshev

Use validate.

parent 3f736efa
......@@ -10,7 +10,7 @@ install:
- pip install coveralls
script:
- make test
- make validate
after_success:
- coveralls
PACKAGES = notesserver notesapi
test: clean test-local coverage
validate: clean test coverage
test-local:
test:
./manage.py test --settings=notesserver.settings.test --with-coverage --with-ignore-docstrings \
--exclude-dir=notesserver/settings --cover-inclusive --cover-branches \
--cover-html --cover-html-dir=build/coverage/html/ \
......
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