2017-05-18 15:20:46 +02:00
|
|
|
machine:
|
|
|
|
python:
|
|
|
|
version: 3.6.1
|
2017-12-20 15:32:18 +01:00
|
|
|
node:
|
|
|
|
version: 8.9.3
|
2017-05-18 15:20:46 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
pre:
|
|
|
|
- pip install -e .[testing]
|
|
|
|
|
|
|
|
test:
|
|
|
|
override:
|
|
|
|
- flake8 wagtail
|
2018-01-25 17:57:42 +01:00
|
|
|
- isort --check-only --diff --recursive wagtail
|
2017-08-11 00:24:05 +02:00
|
|
|
- npm run lint:js
|
|
|
|
- npm run lint:css
|
2017-05-18 15:20:46 +02:00
|
|
|
- python -u runtests.py
|
2017-05-28 21:06:30 +02:00
|
|
|
- npm run test:unit:coverage -- --runInBand
|
2016-04-21 23:31:50 +02:00
|
|
|
- npm run dist
|
2018-03-06 19:19:37 +01:00
|
|
|
post:
|
|
|
|
- bash <(curl -s https://codecov.io/bash) -F frontend
|