mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Use Makefile in travis
This commit is contained in:
@@ -9,9 +9,8 @@ before_script:
|
|||||||
- cd src
|
- cd src
|
||||||
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
|
- flake8 --ignore=E123,F403,F401,N802,C901,W503 .
|
||||||
- python manage.py check
|
- python manage.py check
|
||||||
- python manage.py collectstatic --noinput
|
|
||||||
- python manage.py compress
|
|
||||||
script:
|
script:
|
||||||
|
- make
|
||||||
- coverage run manage.py test -v 2
|
- coverage run manage.py test -v 2
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user