language: python python: - "2.7" env: - DJANGO=1.6.6 install: - pip install -r sample_project/requirements.txt script: - cd sample_project - python manage.py test