2017-05-18 13:20:46 +00:00
|
|
|
machine:
|
|
|
|
python:
|
|
|
|
version: 3.6.1
|
2017-12-20 14:32:18 +00:00
|
|
|
node:
|
|
|
|
version: 8.9.3
|
2017-05-18 13:20:46 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
pre:
|
|
|
|
- pip install -e .[testing]
|
|
|
|
|
|
|
|
test:
|
|
|
|
override:
|
|
|
|
- flake8 wagtail
|
2018-01-25 16:57:42 +00:00
|
|
|
- isort --check-only --diff --recursive wagtail
|
2017-08-10 22:24:05 +00:00
|
|
|
- npm run lint:js
|
|
|
|
- npm run lint:css
|
2017-05-18 13:20:46 +00:00
|
|
|
- python -u runtests.py
|
2017-05-28 19:06:30 +00:00
|
|
|
- npm run test:unit:coverage -- --runInBand
|
2016-04-21 21:31:50 +00:00
|
|
|
- npm run dist
|