No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

17 líneas
249 B

  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