language: python python: - "3.2" install: "pip install -r requirements.txt" script: "PYTHONPATH=. py.test"