mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-27 03:10:27 +00:00
18 lines
353 B
YAML
18 lines
353 B
YAML
machine:
|
|
python:
|
|
version: 3.6.1
|
|
|
|
dependencies:
|
|
pre:
|
|
- pip install -e .[testing]
|
|
- gem install scss_lint
|
|
|
|
test:
|
|
override:
|
|
- flake8 wagtail
|
|
- isort --check-only --diff --recursive wagtail
|
|
- npm run lint:js
|
|
- npm run lint:css
|
|
- python -u runtests.py
|
|
- npm run test:unit:coverage -- --runInBand
|
|
- npm run build
|