Use Makefile in travis

This commit is contained in:
Raphael Michel
2015-05-16 09:54:06 +02:00
parent d9d0b7366b
commit 95c3f28794

View File

@@ -9,9 +9,8 @@ before_script:
- cd src
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
- python manage.py check
- python manage.py collectstatic --noinput
- python manage.py compress
script:
- make
- coverage run manage.py test -v 2
after_success:
- coveralls