wagtail/.drone.yml

6 wiersze
133 B
YAML
Czysty Zwykły widok Historia

2015-04-03 13:42:47 +00:00
image: kaedroho/django-base
script:
- python3.4 setup.py install
- pip3.4 install -r requirements-dev.txt
- python3.4 runtests.py