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

.travis.yml 249 B

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