您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

17 行
243 B

  1. sudo: false
  2. dist: trusty
  3. language: python
  4. cache:
  5. pip: true
  6. python:
  7. - "3.4"
  8. - "3.5"
  9. - "3.6"
  10. install:
  11. - pip install pipenv && pipenv install --dev --system
  12. script:
  13. - python manage.py test
  14. notifications:
  15. email: false