0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/circle.yml
2017-08-27 20:25:53 +02:00

18 lines
324 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