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.
 
 
 
 
 
 

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