9 # command to install dependencies
11 - pip install -q Django==$DJANGO --use-mirrors
12 - pip install pep8 --use-mirrors
13 - pip install -r src/requirements.txt --use-mirrors
15 - "pep8 --exclude=migrations --ignore=E501,E225 src"
16 # command to run tests
17 script: python src/manage.py test