25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
261 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. - make flake8
  15. notifications:
  16. email: false