Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

17 righe
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