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