.drone.yml 123 B

12345
  1. image: wagtail-ci
  2. script:
  3. - python3.4 setup.py install
  4. - pip3.4 install -r requirements-dev.txt
  5. - python3.4 runtests.py