You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
253 B

  1. language: python
  2. services:
  3. - docker
  4. python:
  5. - "3.6"
  6. cache: pip
  7. install:
  8. - pip install -r requirements.txt
  9. script:
  10. - tools/ci.sh
  11. deploy:
  12. - provider: script
  13. script: tools/cd.sh
  14. on:
  15. repo: chakki-works/doccano
  16. tags: true