mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
11b822d2dc
Keeping isort happy while renaming lots of modules in parallel will create a lot of merge conflicts which take time to resolve. We will re enable after all the modules have been renamed.
18 lines
325 B
YAML
18 lines
325 B
YAML
machine:
|
|
python:
|
|
version: 3.6.1
|
|
|
|
dependencies:
|
|
pre:
|
|
- pip install -e .[testing]
|
|
|
|
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 dist
|