language: python python: - "2.7" before_script: "sudo apt-get install zsh" install: "pip install -r requirements.txt --use-mirrors" script: "make tests"