mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-25 23:33:45 +00:00
5 lines
123 B
YAML
5 lines
123 B
YAML
image: wagtail-ci
|
|
script:
|
|
- python3.4 setup.py install
|
|
- pip3.4 install -r requirements-dev.txt
|
|
- python3.4 runtests.py
|