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.
 
 
 
 
 
 

18 líneas
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