Commit 9dc382f6 by Oleg Marshev

Use validate.

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