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.
|
- sudo: false
- dist: trusty
- language: python
- cache:
- pip: true
- python:
- - "3.4"
- - "3.5"
- - "3.6"
- install:
- - pip install pipenv && pipenv install --dev --system
- script:
- - python manage.py test
- notifications:
- email: false
|