language: python python: - 3.4 install: - pip install -r requirements.txt python-coveralls flake8 script: - coverage run manage.py test after_success: - coveralls - flake8 .