language: python python: - "2.6" - "2.7" install: - pip install -r requirements.txt --use-mirrors - python extras/scripts/create_local_settings.py script: - export DJANGO_SETTINGS_MODULE=tests.settings - coverage run ./manage.py test tests && coverage report -m - pep8 --max-line-length=150 --exclude="urls.py," --statistics openslides - pep8 --max-line-length=150 --statistics tests