language: python python: - 3.3 - 2.7 install: - pip install -r requirements.txt --use-mirrors - pip install mock --use-mirrors script: nosetests