language: python python: - "3.6" - "3.5" - "3.4" - "2.7" install: - pip install -r requirements.txt - pip install coveralls script: - python manage.py cov