Moved flake8 call to makefile.
This commit is contained in:
@@ -11,8 +11,6 @@ before_install:
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -r requirements/tests.txt Django==$DJANGO
|
||||
before_script:
|
||||
- flake8 compressor --ignore=E501,E128
|
||||
script:
|
||||
- make test
|
||||
env:
|
||||
|
1
Makefile
1
Makefile
@@ -1,3 +1,4 @@
|
||||
test:
|
||||
flake8 compressor --ignore=E501,E128
|
||||
coverage run --branch --source=compressor `which django-admin.py` test --settings=compressor.test_settings compressor
|
||||
coverage report --omit=compressor/test*,compressor/filters/jsmin/rjsmin*,compressor/filters/cssmin/cssmin*,compressor/utils/stringformat*
|
||||
|
Reference in New Issue
Block a user