Commit 7e985968 by Oleg Marshev

Add travis config and makefile.

parent 83ca2251
language: python
python: 2.7
services:
- elasticsearch
install:
- pip install -r requirements/test.py
- pip install coveralls
script:
- make test
after_success:
- coveralls
test:
./manage.py test --settings=notesserver.settings.test --with-coverage --cover-package=notesserver,notesapi \
--exclude-dir=notesserver/settings --cover-inclusive --cover-branches
run:
./manage.py runserver 0.0.0.0:8042
shell:
./manage.py shell
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